Skip to main content
PATCH
/
api
/
v1
/
apps
/
{app_id}
/
versions
/
{version_id}
cURL
curl --request PATCH \
  --url https://api.example.com/api/v1/apps/{app_id}/versions/{version_id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "status": "<string>"
}
'
{
  "data": "<unknown>",
  "message": "<string>",
  "status": 1
}

Documentation Index

Fetch the complete documentation index at: https://docs.draskencloud.com/llms.txt

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

Path Parameters

app_id
string<uuid>
required

App ID

version_id
string<uuid>
required

Version ID

Body

application/json
status
string | null

"active" | "deprecated" | "retired"

Response

Version updated

data
any
required

Response payload; null on delete or error

message
string
required
status
integer<int32>
required

HTTP status code mirrored in the body

Required range: x >= 0