post https://api.indigitall.com/v2/inapp/topic
Adds topics and returns the new item.
Each topic must have:
- Topic's name (
name
) - Internal code (
code
) - if it had some other topic with which it had a relationship, we should pass its id (
parentId
).
The association of topics with devices is done from the SDK.