Skip to main content

Create a new Step

POST 

/api/v1/steps

Create a new Step

Request

Body

    cluster string
    connectors string[]
    description string
    docker object

    file

    object

    inputSchema integer[]
    local object
    name string
    noRemotePush boolean
    outputSchema integer[]

    prompts

    object

    property name* string
    sync boolean

    variables

    object,null

    property name* string

Responses

Created

Schema

    buildDuration integer
    buildLogs string
    buildStatus string
    cluster string
    connectors string[]
    createdAt date-time
    description string
    docker object
    error string
    id string
    inputSchema string
    local object
    name string
    outputSchema string

    prompts

    object

    property name* string
    tags string[]
    url string

    variables

    object

    property name* string
    version integer
Loading...