Update

Update a specific project.

Set the project’s active model config by passing active_model_config_id. These will be set to the Default environment unless a list of environments are also passed in specifically detailing which environments to assign the active config.

Authentication

X-API-KEYstring
API Key authentication via header

Path parameters

idstringRequired

String ID of project. Starts with pr_.

Request

This endpoint expects an object.
namestringOptional
The new unique project name. Caution, if you are using the project name as the unique identifier in your API calls, changing the name will break the calls.
active_config_idstringOptional

ID for a config to set as the project’s active deployment. Starts with ‘config_’.

directory_idstringOptional

ID of directory to assign project to. Starts with dir_.

Response

Successful Response
idstring
Project ID
namestring
Unique project name.
userslist of objects
Users associated to the project.
data_countinteger
The count of datapoints that have been logged to the project.
feedback_typeslist of objects
The feedback types that have been defined in the project.
team_idstring

Unique ID of the team the project belongs to. Starts with tm_.

created_atdatetime
updated_atdatetime
active_configobject
Config that has been set as the project's active deployment.
config_typeenum
An enumeration.
Allowed values:
active_evaluatorslist of objects
Evaluators that have been set as active for the project.
directory_idstring

String ID of the directory the project belongs to. Starts with dir_.

Errors

422
Projects Update Request Unprocessable Entity Error