Developers
API ReferenceProject Tag

Replaces the ProjectTag resource

PUT
/project/project-tags/{id}

Replaces the ProjectTag resource

Authorization<token>

Value for the Authorization header parameter.

In: header

Path Parameters

id*string

ProjectTag identifier

Request Body

The updated ProjectTag resource

TypeScript Definitions

Use the request body type in TypeScript.

name*string
Lengthlength <= 50

Response Body

curl -X PUT "https://example.com/project/project-tags/string" \  -H "Content-Type: application/json" \  -d '{    "name": "string"  }'
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "name": "string"}