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"
}
Overwrite only the human-readable title of a stored snapshot.
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"
}
Vida API Token
Title updated
The response is of type object
.