Update a project
Update project item
PUT
https://ris.rightsline.com/v4/project/:id
Update the characteristics of a project.
Path Parameters
Name | Type | Description |
---|---|---|
id | string | The ID of the project 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 project. |
template | object | The template of the project. |
template.templateId | string | The unique ID of the template that is assigned to the project. |
characteristics | object | The field values to update on the project. |
parentRelationship | array | Create this project as a child of other entities. |
Last updated