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

create-step

Endpoint: POST /v1/step Schema: CreateStepRequestSchema Body: application/json

Schema (OpenAPI-style, abridged)

update-step

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

Schema (OpenAPI-style)

delete-step

Endpoint: DELETE /v1/step/{id} Path params:
  • id: string (required)
Body: none