Update a project
Update a project’s details.
Public projects support partial updates to public_details.
Once a public project has published studies, public_details.title can no longer be changed.
Authentication
AuthorizationToken
Header authentication of the form Token <token>
Path parameters
project_id
Project id
Request
This endpoint expects an object.
title
Name of project
description
What is this project used for
owner
User id of the creator of the project.
position
Position of the project within a workspace.
type
Project visibility type.
Allowed values:
public_details
Public metadata for PUBLIC projects. Omit to leave unchanged.
is_sequential
Whether the project is configured as sequential.
Response
Updated project redirect link
id
Project id. It is created by Prolific.
title
Name of project
type
Project visibility type.
Allowed values:
description
What is this project used for
owner
User id of the creator of the project. It is created by Prolific.
public_details
Public metadata for PUBLIC projects. null for PRIVATE projects.
users
Data for all users who have access to this project
workspace
Id of the workspace this project is in. This is created by Prolific.
naivety_distribution_rateDeprecated
The rate at which the studies within this project are distributed.
Errors
4XX
Client Request Error