-
Notifications
You must be signed in to change notification settings - Fork 74
Tags.API
Phips Peter edited this page Oct 22, 2014
·
5 revisions
Access to the Tags resource
Name | Type | Description |
---|---|---|
dispatcher |
Dispatcher | The API dispatcher |
- Source:
-
Creates a new tag
Name Type Description data
Object The data for the tag
- Source:
The result of the API call
- Type
- Promise
-
Creates a new tag in the workspace
Name Type Description workspaceId
Number The workspace id
data
Object The data for the tag
- Source:
The result of the API call
- Type
- Promise
-
Returns all tags that the dispatcher has access to
Name Type Argument Description params
Object <optional>
Extra params for the dispatcher
- Source:
The result of the API call
- Type
- Promise
-
Returns the tag
Name Type Argument Description tagId
Number The tag id
params
Object <optional>
Extra params for the dispatcher
- Source:
The result of the API call
- Type
- Promise
-
Finds a tag by workspace
Name Type Argument Description workspaceId
Number The workspace id
params
Object <optional>
Extra params for the dispatcher
- Source:
The result of the API call
- Type
- Promise
-
Update a tag
Name Type Description tagId
Number The tag id
data
Object The data to be sent to the workspace
- Source:
The result of the API call
- Type
- Promise