Contents

Update topic group

Update the name and settings of a topic group.

Method

PUT

URL

https://typetalk.com/api/v1/spaces/:spaceKey/myTopicGroups/:myTopicGroupId

Scope

my

URL parameters

NameTypeDescription
spaceKeyStringSpace key
myTopicGroupIdNumberMy Topic Group ID

Form parameters

NameTypeDescription
nameStringTopic Group Name
sortTypeString(Fixed)Sort type(“recent” or “alphanumerical”)
isMutedBooleanMute setting

Response Example

{
    "myTopicGroup": {
        "id": 1656,
        "name": "Awesome topic group",
        "sortType": "recent",
        "isMuted": true
    }
}

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).