Skip to main content

patchSavehackLaunch

PATCH 

/savehack-launches/:id

Update an existing Savehack Launch

Request

Path Parameters

    id uuidrequired

Body

required

    savehackLaunch

    object

    Partial SavehackLaunch, only containing the fields that should be updated. The savehackLaunch.SavehackLaunch schema is re-used for simplicity here, but required fields can be ignored - all fields are optional.

    oneOf

    id uuid
    stoppedAt RFC3339nullable
    pausedAt RFC3339nullable
    type stringrequired

    Possible values: [AutopilotLaunch]

Responses

Update was successful

Schema

    savehackLaunch

    object

    oneOf

    id uuidrequired

    dream

    object

    required

    type stringrequired
    id stringrequired

    savehack

    object

    required

    type stringrequired
    id stringrequired
    stoppedAt RFC3339nullable
    pausedAt RFC3339nullable
    type stringrequired

    Possible values: [AutopilotLaunch]

Loading...