Update topic
Rewrites one subject. A break already written keeps the words it was given
PUT /topics/{id}
note
SDK method: updateTopic
Security: authenticated (policy: platform.manage)
Attributes
Attributes (1)
| Attribute | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Path parameter. |
Request body (application/json)
Accepts a Topic object.
Response
200 OK — Returns a TopicList object.