Convert a tag between private and shared
Tag
Convert a tag between private and shared
Toggle a single tag (private/shared) across every channel that carries it. Shared tags are prefixed with ‘org://’; converting a private tag makes it ‘org://<tag>’ and vice versa. Only one tag can be converted per request. Returns the full tag set after the conversion.
POST
Convert a tag between private and shared
Authorizations
Body
application/json
The tag to convert (exactly 1)
The tag to convert between private and shared scope. Shared tags are prefixed with 'org://'. Must be a non-empty string.
Response
Successful operation
The caller's full tag set across all channels after the conversion.