API ReferenceProject Tag
Creates a ProjectTag resource
Creates a ProjectTag resource
Authorization
apiKey Authorization<token>
Value for the Authorization header parameter.
In: header
The new ProjectTag resource
TypeScript Definitions
Use the request body type in TypeScript.
name*string
Length
length <= 50Response Body
curl -X POST "https://example.com/project/project-tags" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string"}