Agent Versioning - Drafts
Test call with draft config
Deprecated. Test-calls are exempt from the v1 write-block and remain functional. Migrate to POST /agent/{id}/branches/{branchId}/test-call with includeDraft: true. Will be removed at the sunset date.
Initiate a test call using the draft's resolved configuration.
post/agent/{id}/drafts/{draftId}/test-call
Path parameters
idstring required
The agent ID.
draftIdstring required
The draft ID
Request body
Response
Test call initiated
Example response
{
"status": true
}