Rename a draft
Rename a draft. For config changes, use PATCH /agent/{id}/drafts/{draftId}/config instead.
Authentication
AuthorizationBearer
API key from the console ApiKey collection, sent as Bearer token. Also accepts session cookies for browser-based auth.
Path parameters
id
The agent ID
draftId
The draft ID
Request
This endpoint expects an object.
draftName
New name for the draft
Response
Draft renamed successfully
status
data
Errors
400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error

