Update a right
Update right
PUT
https://ris.rightsline.com/v4/right/:id
Update the characteristics of a right.
Path Parameters
Name | Type | Description |
---|---|---|
id | string | The ID of the right to update. |
Headers
Name | Type | Description |
---|---|---|
x-api-key | string | Your company's API key. |
Authentication | string | Authentication token. |
Request Body
Name | Type | Description |
---|---|---|
title | string | The new title of the right. |
template | object | The template of the right. |
template.templateId | string | The unique ID of the template that is assigned to the right. |
characteristics | object | The field values to update on the right. |
parentRelationship | array | Add or update a parent to this right. |
Last updated