Creates or updates a custom attribute for a group
PUT
/api/v4/groups/{id}/custom_attributes/{key}
Creates or updates a custom attribute for a specified group. 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 Bodyrequired
Section titled “Request Bodyrequired”Media typeapplication/json
object
value
required
The value of the custom attribute
string
Examplegenerated
{ "value": "example"}Responses
Section titled “Responses”OK
Media typeapplication/json
object
key
string
value
string
Example
{ "key": "foo", "value": "bar"}Bad Request
Not Found