POST /allowed-tags.json
POST /allowed-tags.json
curl \
-X POST http://api.example.com/v1/allowed-tags.json \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"resource":"all","tag":"string"}'
Request example
{
"resource": "all",
"tag": "string"
}
Response examples (200)
{
"createdAt": "2024-05-04T09:42:00+00:00",
"id": 42,
"resource": "all",
"tag": "string",
"updatedAt": "2024-05-04T09:42:00+00:00"
}