Skip to main content
POST
/
projects
/
{project_id}
/
ticket-workflows
Create a ticket workflow from JSON
curl --request POST \
  --url https://api.ilyama.golain.io/core/api/v1/projects/{project_id}/ticket-workflows \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'ORG-ID: <api-key>' \
  --data '{
  "workflow": {}
}'
{
  "data": {
    "item": {}
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.ilyama.golain.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

ORG-ID
string
header
required

Path Parameters

project_id
string<uuid>
required

Body

application/json
workflow
object
required

Ticket workflow definition as JSON (persisted in ticket_workflow_def_versions.spec).

Response

Workflow version created

data
object
required
ok
enum<integer>
required
Available options:
1