projects
Partially update project
Partially update a project; only provided keys will be changed. For institutions with item-type based metadata enabled, send the keys to update inside fields:{} — keys not present are preserved. funding_list entries accept {"id": <int>} or {"title": "..."}. Unrecognised field names inside fields (e.g. a typo) are rejected with 422.
patch/account/projects/{project_id}
Path parameters
project_idinteger required
Project unique identifier
Request body
Example request
{
"title": "project title",
"description": "project description",
"custom_fields": {
"defined_key": "value for it"
},
"custom_fields_list": [
{
"name": "key"
}
]
}Response
Reset Content