Skip to main content

Edit Workflow

PUT 

/preview/base/workflows/:workflow_id

Edit Workflow

Request

Path Parameters

    workflow_id uuidrequired

Body

required
    workflowobjectrequired
    nameobject
    anyOf
    string
    descriptionobject
    anyOf
    string
    created_atobject
    anyOf
    string
    updated_atobject
    anyOf
    string
    deleted_atobject
    anyOf
    string
    created_by_idobject
    anyOf
    string
    updated_by_idobject
    anyOf
    string
    deleted_by_idobject
    anyOf
    string
    slugobject
    anyOf
    string
    idobject
    anyOf
    string
    flagsobject
    anyOf
    is_customobject
    anyOf

    boolean

    is_evaluatorobject
    anyOf

    boolean

    is_humanobject
    anyOf

    boolean

    metadataobject
    anyOf

Responses

Successful Response
Schema
    count Count (integer)required
    workflowobject
    anyOf
    nameobject
    anyOf

    string

    descriptionobject
    anyOf

    string

    created_atobject
    anyOf

    string

    updated_atobject
    anyOf

    string

    deleted_atobject
    anyOf

    string

    created_by_idobject
    anyOf

    string

    updated_by_idobject
    anyOf

    string

    deleted_by_idobject
    anyOf

    string

    slugobject
    anyOf

    string

    idobject
    anyOf

    string

    flagsobject
    anyOf
    is_customobject
    anyOf

    boolean

    is_evaluatorobject
    anyOf

    boolean

    is_humanobject
    anyOf

    boolean

    metadataobject
    anyOf
Loading...