Skip to main content

Tags

Tags are used to group guides and wikis together.

GET /tags

List all tags on the site.

GET /guides/{guideid}/tags

Get all tags on a guide

GET /wikis/{namespace}/{title}/tags

Get all tags on a wiki

PUT /guides/{guideid}/tag

Adds a tag to a guide, creating the tag if needed.

DELETE /guides/{guideid}/tag

Remove a tag from a guide.

PUT /wikis/{namespace}/{title}/tag

Adds a tag to a wiki, creating the tag if needed.

DELETE /wikis/{namespace}/{title}/tag

Removes a tag from a wiki.

TRUSTe