v1

latestOpenAPI 3.0.32026-07-14490228.1 KB

Add Attribute to Person

This endpoint adds an attribute to a given person.

post/people/{id}/attributes/{attribute_id}

Path parameters

idinteger required

The ID used to identify the person.

attribute_idinteger required

The ID used to identify ther attribute that will be added to the person.

Request body

valuestring required

The value of the attribute associated with the person.

Response

201