Vibengine
API Reference

Tags

/templates/tags

POST
/templates/tags
X-API-Key<token>

In: header

Request Body

application/json

body*unknown

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://api.vibengine.app/templates/tags" \  -H "Content-Type: application/json" \  -d '{    "target": "string",    "tags": [      "string"    ]  }'
{
  "tags": [
    "string"
  ],
  "buildID": "9abc211d-7cca-4fea-818a-9faf1e5c8219"
}
{
  "code": 0,
  "message": "string"
}
{
  "code": 0,
  "message": "string"
}
{
  "code": 0,
  "message": "string"
}
{
  "code": 0,
  "message": "string"
}

/templates/tags

DELETE
/templates/tags
X-API-Key<token>

In: header

Request Body

application/json

body*unknown

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://api.vibengine.app/templates/tags" \  -H "Content-Type: application/json" \  -d '{    "name": "string",    "tags": [      "string"    ]  }'
Empty
{
  "code": 0,
  "message": "string"
}
{
  "code": 0,
  "message": "string"
}
{
  "code": 0,
  "message": "string"
}
{
  "code": 0,
  "message": "string"
}