Update Project Custom Attributes

Update the values of custom attributes based on a given Project ID

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The Project unique identifier.

Body Params
attributes
array of objects
required
length between 1 and 100

The list of attributes that needs to be updated.

attributes*

A custom attribute object.

string

The custom attribute unique identifier. This is required if you are not using name as the attribute identifier.

string

The name of the custom attribute. Supply this field only when you do not wish to use id as the attribute identifier.

string

The new value of the custom attribute. Type depends on the attribute. Empty string will result in null value saved.

Headers
string
required
Responses
204

No Content

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

422

Unprocessable Entity

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!