Skip to main content
This page centralizes the request/query/path schemas for the main Process routes. The canonical source is api-reference/openapi.yml.

create-process

Endpoint: POST /v1/process
Schema: CreateProcessRequestSchema
Body: application/json

Schema (OpenAPI-style, abridged)

update-process

Endpoint: PUT /v1/process/{id}
Schema: UpdateProcessRequestSchema
Path params:
  • id: string (required)
Body: application/json

Schema (OpenAPI-style)

delete-process

Endpoint: DELETE /v1/process/{id}
Path params:
  • id: string (required)
Query params:
  • force: string (optional)
Body: none

list-processes

Endpoint: GET /v1/process
Query params:
  • page: string (optional)
  • pageLimit: string (optional)
  • containsType: string (optional)
Body: none