Contents
Add topic to group
Add a topic to a topic group.
Method
POST
URL
https://typetalk.com/api/v1/spaces/:spaceKey/myTopics/myTopicGroups/:myTopicGroupId/topics/:topicId/add
Scope
my
URL parameters
Name | Type | Description |
---|---|---|
spaceKey | String | Space key |
myTopicGroupId | Number | Topic Group ID |
topicId | Number | Topic ID |
Response Example
{
"myTopic": {
"id": 8762,
"topicId": 4483,
"accountId": 2500,
"kind": "grouped",
"topicGroupId": 1642,
"exTopicGroupId": 1640,
"orderNo": 0,
"createdAt": "2018-09-25T09:42:49Z",
"updatedAt": "2018-11-09T00:35:39Z"
}
}
All responses are formatted in JSON and include an ETag. If you call an API with an If-None-Match header, the server will return a 304 status code if the data is unchanged. The date and time format is ISO 8601, and the timezone is UTC (eg. 2014-01-09T06:20:08Z).