Creates or updates a custom attribute for a project
PUT
/api/v4/projects/{id}/custom_attributes/{key}
Creates or updates a custom attribute for a specified project. If the attribute already exists, it is updated, otherwise a new attribute is created.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ”Request Body required
Section titled “ Request Body required ” Media type application/json
object
value
required
The value of the custom attribute
string
Example generated
{ "value": "example"}Responses
Section titled “ Responses ”OK
Media type application/json
object
key
string
value
string
Example
{ "key": "foo", "value": "bar"}Bad Request
Not Found