Update topics for the given application's id

Update application's 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.

Log in to see full request history
Path Params
integer
required

Application's id

Query Params
integer
required

Topic's id

Body Params

Topics

string

Topic name

string

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

code_secret
code-01

Incorrect:

code secret
code 01
boolean

If topic is visible from the CMS when campaigns are created

array of objects | null

array of names for different languages

localizedName
integer

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

Responses

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