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.

Permission Scopes

For app development, you must have one of the following permission scopes:
Manage Blog
Learn more about permission scopes.
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>
Was this helpful?
Yes
No