For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create a project

Create project

POST https://ris.rightsline.com/v4/project

This endpoint allows you to create a project.

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 title of the new project.

template

object

The template to assign the new project.

template.templateId

integer

The template ID to assign the new project.

characteristics

object

The field values of the new project.

parentRelationship

array

The parent entities of the new project.

14462
{
  "message": "TemplateId is required"
}

Last updated

Was this helpful?