Update a topics

Update a topic. In the query string we must introduce the topicId parameter with the id of the topic to be updated. An object with the data to be updated must go in the body.

Path Params
integer
required

The ID of the topic

Body Params

Topics

string
length ≤ 250

Topic name

string
length ≤ 80

Topic code. this string can contain alphanumeric values ​​and the characters '- _ #. It must not contain white space

Correct:

code_secret
code-01

Incorrect:

code secret 
code 01
integer

Topic's parent id. Belongs with the id of another topic that has a father-child relationship with this topic

Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json