AladiaDocs
Api referenceChatSidebar sections

Move a sidebar section

Sposta una stanza in una sezione (o fuori da tutte con `sectionId: null`).

PATCH
/v2/chat/sidebar-sections/move

Sposta una stanza in una sezione (o fuori da tutte con sectionId: null).

AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://example.com/v2/chat/sidebar-sections/move" \  -H "Content-Type: application/json" \  -d '{    "roomId": "string",    "sectionId": "string"  }'
[  {}]