Skip to main content
PATCH
/
codes
/
{version_id}
update parent
curl --request PATCH \
  --url https://api.example.com/codes/{version_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "parent_id": "<string>"
}
'
{
  "success": true
}

Authorizations

Authorization
string
header
required

API key in Bearer token format

Path Parameters

version_id
string
required

Body

application/json
parent_id
string
required

Response

Successful Response

success
boolean
required