Skip to main content
POST
/
api
/
v1
/
agent
/
{agentId}
/
version
/
{versionNumber}
/
restore
Restore to a previous agent version
curl --request POST \
  --url https://dashboard.sequentum.com/api/v1/agent/{agentId}/version/{versionNumber}/restore \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "content": "<string>"
}
'
{
  "statusCode": 123,
  "statusDescription": "<string>",
  "message": "<string>",
  "severity": 0
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

API Key authorization header. Example: "Authorization: ApiKey {your-api-key}"

Authorization
string
header
required

OAuth 2.0 Bearer token. Example: "Authorization: Bearer {access-token}"

Path Parameters

agentId
integer<int32>
required

The ID of the agent

versionNumber
integer<int32>
required

The version number to restore

Body

Comments to include with the restored version

content
string | null

Response

The version was successfully restored