cURL
curl --request POST \ --url http://localhost:8000/v2/workspaces/{workspace_id}/sessions/{session_id}/peers/{peer_id}/config \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "observe_me": true, "observe_others": true } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Set the configuration for a peer in a session
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the workspace
ID of the session
ID of the peer
Peer configuration
Whether honcho should form a global theory-of-mind representation of this peer
Whether this peer should form a session-level theory-of-mind representation of other peers in the session
Successful Response