ApiManagementProjects
POST
/v1/mgmt/project/update/tags

Authorization

Descope Project ID and Management Key
AuthorizationBearer <token>

Project ID:Management Key as bearer token.

In: header

Request Body

application/json

tags?array<string>
string

Update project tags utilizing a management key.

This endpoint allows you to update the tags associated with a project.

See Also

curl -X POST "https://api.descope.com/v1/mgmt/project/update/tags" \  -H "Content-Type: application/json" \  -d '{}'
Was this helpful?