Private
clientAdds labels to a piece of content. Does not modify the existing labels.
Notes:
Permissions required: Permission to update the content.
Optional
callback: undefinedReturns the labels on a piece of content.
Permissions required: 'View' permission for the space and permission to view the content if it is a page.
Returns the labels on a piece of content.
Permissions required: 'View' permission for the space and permission to view the content if it is a page.
Optional
callback: undefinedRemoves a label from a piece of content. This is similar to Remove label from content using query parameter except that the label name is specified via a path parameter.
Use this method if the label name does not have "/" characters, as the path parameter does not accept "/" characters for security reasons. Otherwise, use Remove label from content using query parameter.
Permissions required: Permission to update the content.
Removes a label from a piece of content. This is similar to Remove label from content using query parameter except that the label name is specified via a path parameter.
Use this method if the label name does not have "/" characters, as the path parameter does not accept "/" characters for security reasons. Otherwise, use Remove label from content using query parameter.
Permissions required: Permission to update the content.
Optional
callback: undefinedRemoves a label from a piece of content. This is similar to Remove label from content except that the label name is specified via a query parameter.
Use this method if the label name has "/" characters, as Remove label from content using query parameter does not accept "/" characters for the label name.
Permissions required: Permission to update the content.
Removes a label from a piece of content. This is similar to Remove label from content except that the label name is specified via a query parameter.
Use this method if the label name has "/" characters, as Remove label from content using query parameter does not accept "/" characters for the label name.
Permissions required: Permission to update the content.
Optional
callback: undefinedGenerated using TypeDoc v0.25.12
Adds labels to a piece of content. Does not modify the existing labels.
Notes:
Permissions required: Permission to update the content.