Agents
public
Update the description of an Agent.
patch/orgs/{orgId}/agents/{agentId}
Path parameters
orgIdstring required
The Organization ID
agentIdstring required
The Agent id.
Request body
Example request
{
"description": "One of my agents."
}Response
Agent updated.
Example response
{
"id": "agent-id",
"description": "One of my agents.",
"created_at": "2020-06-22T09:37:23.523Z",
"created_by": "00000000-0000-0000-0000-000000000000"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.