Skip to main content

Create launcher

POST 

/launchers

Create a Launcher with given information

Request

Body

required

Payload to create a Launcher

    name stringrequired

    Name of the Launcher, limited to 255 characters

    description stringrequired

    Description of the Launcher, limited to 2000 characters

    type stringrequired

    Possible values: [INTERACTIVE_PROCESS]

    Launcher type

    disabled booleanrequired

    State of the Launcher

    reference

    object

    type stringrequired

    Possible values: [WORKFLOW]

    Type of Launcher reference

    id stringrequired

    ID of Launcher reference

    config stringrequired

    Possible values: Value must match regular expression ^\{\}$

    JSON configuration associated with this Launcher, restricted to a max size of 4KB

Responses

Launcher created successfully

Schema

    id uuidrequired

    ID of the Launcher

    created date-timerequired

    Date the Launcher was created

    modified date-timerequired

    Date the Launcher was last modified

    owner

    object

    required

    Owner of the Launcher

    type stringrequired

    Owner type

    id stringrequired

    Owner ID

    name stringrequired

    Name of the Launcher, limited to 255 characters

    description stringrequired

    Description of the Launcher, limited to 2000 characters

    type stringrequired

    Possible values: [INTERACTIVE_PROCESS]

    Launcher type

    disabled booleanrequired

    State of the Launcher

    reference

    object

    type string

    Possible values: [WORKFLOW]

    Type of Launcher reference

    id string

    ID of Launcher reference

    config stringrequired

    Possible values: Value must match regular expression ^\{\}$

    JSON configuration associated with this Launcher, restricted to a max size of 4KB

Loading...