Skip to main content

CreateSharingTagRequest

Create sharing tag request

descriptionstring | nullnullable

Optional description

Example: Content appropriate for children
namestringrequired

Display name for the sharing tag (must be unique)

Example: Kids Content
CreateSharingTagRequest
{
"description": "Content appropriate for children",
"name": "Kids Content"
}