# 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 parameters Content-type: application/json - **active** (boolean) - **position** (integer(int32)) - **color** (string) - **contents** (array[object]) ## Responses ### 201: returns the created chat topic #### Body Parameters: application/json (object) - **id_chat_topic** (integer) - **color** (string) - **contents** (array[object]) - **position** (integer) - **date_insert** (string(date-time)) - **roles** (array[string]) - **date_update** (string(date-time)) - **active** (boolean) ### 401: Unauthorized. #### Body Parameters: application/json (object) - **message** (string) ### 403: Forbidden - You don't have permission to access this route ### 422: Unprocessable Content #### Body Parameters: application/json (object) - **message** (string) Error message. - **errors** (object) [Powered by Bump.sh](https://bump.sh)