PUT
/
api
/
v2
/
agent
/
{agentId}
/
versions
/
{versionId}
/
title
curl --request PUT \
  --url https://api.vida.dev/api/v2/agent/{agentId}/versions/{versionId}/title \
  --header 'Content-Type: application/json' \
  --data '{
  "title": "Holiday-2025"
}'
{
  "success": true,
  "versionId": 1750195000123,
  "newTitle": "Holiday-2025"
}

Authorizations

token
string
query
required

Vida API Token

Path Parameters

agentId
string
required

Agent Id

versionId
string
required

Epoch-ms score of the snapshot

Body

application/json

Response

200 - application/json

Title updated

The response is of type object.