-
Notifications
You must be signed in to change notification settings - Fork 197
API : Tags
Patrick Murray-John edited this page Jun 24, 2013
·
7 revisions
Return data about the specified tag.
GET /tag
{
"id": 1,
"url": "http://yourdomain.com/api/tags/1",
"name": "foo"
}
Return data about tags.
GET /tags
An array of JSON tag representations (see above).
New tags must be created via the owner record.
Delete a tag.
DELETE /tags/:id
An 204 No Content
response.