# Create a chat topic (manager) **POST /manager/chat-topics** ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Authentication methods - Bearer token ## Parameters ### Body: application/json (object) - **active** (boolean) - **position** (integer(int32)) - **color** (string) - **contents** (array) ## Responses ### 201 returns the created chat topic #### Body: application/json (object) - **id_chat_topic** (integer) - **color** (string) - **contents** (array) - **position** (integer) - **date_insert** (string(date-time)) - **roles** (array[string]) - **date_update** (string(date-time)) - **active** (boolean) ### 403 Forbidden - You don't have permission to access this route [Powered by Bump.sh](https://bump.sh)