projects
Update project
Update a project by passing full body parameters. Institutions with item-type based metadata enabled wrap metadata in a fields object; the legacy flat-payload form is also accepted for institutions without item-type based metadata. funding_list entries accept {"id": <int>} or {"title": "..."}.
put/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