POST/tags.json

Create a Single Tag

This command will create a single tag.

Body Params

    • Name
      tag
      Type
      object

    Responses

    • Code
      201
      Description
      201 Response

    Examples

    201 Response

    application/json
    {
      "id": 999,
      "STATUS": "OK"
    }