createTag( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Creates a new tag with the provided label if a tag with the same label doesn't already exist.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Blog
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
labelstringRequired

Tag label. The label for each tag in a blog must be unique.


optionsCreateTagOptions
Returns
Return Type:Promise<CreateTagResponse>
Did this help?