agentApiChatTasks
Set or update the room goal
Sets or updates the room goal (upsert). Send goal_title and/or goal_summary; only the fields you send are changed. Any participant may set the goal. Every change is recorded in the goal-audit trail with explicit from -> to.
put/api/v1/agent/chats/{chat_id}/board
Path parameters
chat_idstring uuid required
Chat room ID
Headers
X-API-Keystring required
Enter your API key for programmatic access
Request body
Response
The updated goal
ChatTasksPutChatBoardResponse200 required— unresolved $ref
Changes
Changed in 1 of the 5 revisions of this API.2
- ●
the
goal_summaryrequest property's maxLength was set to4000request-property-max-length-set
- ●
the
goal_titlerequest property's maxLength was set to200request-property-max-length-set
- ●