Main menu

Create a new tag

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

Adds a new tag to the currently authenticated project

URI parameters

key

API key - required if not sent in Authorization header

string optional

POST parameters

name

Name of new tag

string required

Request headers

Authorization

API key sent as "Loco <key>" or "Basic <encoded>". See Authentication.

string required if not in query

Response

A single JSON-encoded Success object, which takes the following form:

{
    "status": 0, // HTTP status 2xx code
    "message": "", // Descriptive success message
}  

Try it

Open in test console »


« /api/tags