v47

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2024-10-01163166522.3 KB
ProjectScores

Create or replace project_score

Create or replace project_score. If there is an existing project_score in the project with the same name as the one specified in the request, will replace the existing project_score with the provided fields

put/v1/project_score

Request body

project_idstring uuid required

Unique identifier for the project that the project score belongs under

namestring required

Name of the project score

descriptionstring nullable

Textual description of the project score

score_type'slider' | 'categorical' | 'weighted' | 'minimum' | 'online' required

The type of the configured score

Response

Returns the new project_score object

idstring uuid required

Unique identifier for the project score

project_idstring uuid required

Unique identifier for the project that the project score belongs under

user_idstring uuid required
createdstring date-time nullable

Date of project score creation

namestring required

Name of the project score

descriptionstring nullable

Textual description of the project score

score_type'slider' | 'categorical' | 'weighted' | 'minimum' | 'online' required

The type of the configured score

positionstring nullable

An optional LexoRank-based string that sets the sort position for the score in the UI