Update a routine of an agent
PATCHhttps://platform.docana.com/api/v1/agents/:agentId/routines/:routineId/
Partial update: only the provided fields change. When triggers is given it replaces the whole set, entries with an id update that trigger, entries without an id are created, and existing triggers left out of the list are deleted. Cloud Scheduler jobs are reconciled to match the resulting scheduled triggers, disabled ones are paused rather than deleted.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The updated routine
Invalid body
The API key or session is missing, expired, or malformed.
The caller is authenticated but not allowed to perform this operation.
A resource referenced by the path does not exist or is not visible to the caller.
Routine update failure