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 |
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
}