Main menu

Manage project tags.

The following is a summary of all methods under the /api/tags resource.


GET /api/tags

Get project tags.

GET https://localise.biz/api/tags 

Full details and parameter list »


POST /api/tags

Create a new tag.

POST https://localise.biz/api/tags 

Full details and parameter list »


POST /api/tags/{tag}.json

Add multiple assets to an existing tag.

POST https://localise.biz/api/tags/{tag}.json 

Full details and parameter list »


PATCH /api/tags/{tag}.json

Modify a single tag.

PATCH https://localise.biz/api/tags/{tag}.json 

Full details and parameter list »


DELETE /api/tags/{tag}.json

Delete an existing tag.

DELETE https://localise.biz/api/tags/{tag}.json 

Full details and parameter list »


« all endpoints