Skip to content

Patch Sandbox Deserter Config

PATCH
/v1/sandbox/{sandbox_id}/deserter/{deserter_id}

Update a specific deserter config for a specific sandbox

Requires permission sandbox:config:edit.

Authorizations

Parameters

Path Parameters

deserter_id
required
string format: uuid
sandbox_id
required

Sandbox ID

string format: uuid

Sandbox ID

Request Body required

This mixin is meant to give a set of common properties to root config models

object
name

Name of the resource

string
>= 1 characters <= 125 characters
description

Description of the resource

string
>= 1 characters <= 250 characters

Responses

200

Successful Response

This mixin is meant to give a set of common properties to root config models

object
name

Name of the resource

string
>= 1 characters <= 125 characters
description

Description of the resource

string
>= 1 characters <= 250 characters
sandbox_id

ID of the Sandbox

string format: uuid
deserter_id
required

Unique id for this deserter config

string format: uuid

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string