Agent Versioning - Drafts
Create a draft
Create a new draft from an existing published version or another draft. At least one of sourceVersionId or sourceDraftId is required (both may be sent simultaneously).
post/agent/{id}/drafts
Path parameters
idstring required
Example:60d0fe4f5311236168a109ca
The agent ID
Request body
Response
Draft created successfully
Example response
{
"status": true
}