Update a specific relation of a person
PUT
/people/{id}/relations/{relationId}Last modified: 25 days ago
All properties will be overwritten. Even those that were not specified
Request
Path Params
id
string
optional
The People ID from the route.
relationId
string
required
The Relation ID from the route.
Header Params
X-Integration-Name
string
required
Integration name
Example:
API Documentation
X-Integration-Provider
string
required
Integration provider
Example:
cobra GmbH
X-Cobra-TenantId
string
required
Tenant ID
Example:
12e39e53-ece1-4d8d-8958-e782de1dbef0
X-Integration-Contact
string
optional
Integration contact
Example:
info@cobra.de
Accept-Language
string
optional
Example:
de
Body Params application/json
Transfer Object for creating a relation.
type
#/definitions/1579164required
Example
Not configured
Request samples
Responses
OK(200)
Bad Request(400)
Not Found(404)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: 25 days ago