Create Topic
POST {{baseUrl}}/api/v2/community/topics
Allowed for
- Help Center managers
Agents with the Help Center Manager role can optionally supply a created_at
as part of the topic
object. If it is not provided created_at
is set to the current time.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: Created
{"topic":{"name":"\u003cstring\u003e","created_at":"\u003cstring\u003e","description":"\u003cstring\u003e","follower_count":"\u003cinteger\u003e","html_url":"\u003cstring\u003e","id":"\u003cinteger\u003e","manageable_by":"staff","position":"\u003cinteger\u003e","updated_at":"\u003cstring\u003e","url":"\u003cstring\u003e","user_segment_id":"\u003cinteger\u003e"}}