Skip to main content

Replace Launcher

PUT 

/launchers/:launcherID

Replace the given Launcher ID with given payload

Request

Path Parameters

    launcherID uuidrequired

    ID of the Launcher to be replaced

    Example: e3012408-8b61-4564-ad41-c5ec131c325b

Body

required

Payload to replace 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 replaced 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...