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
}

Documentation Index

Fetch the complete documentation index at: https://docs.bevor.io/llms.txt

Use this file to discover all available pages before exploring further.

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