Can one update a project status via the API?
I would like to archive a collection of projects via the API. From the documentation, I thought that it would be possible to patch the project with:
{
"op": "replace",
"path": "/active",
"value": False
}
However, this returns a 400: Invalid path
response.
Please may I confirm if /active
can be updated via the API? If not, is this something that the team is planning to add?
Related posts:
This question was asked in another thread but didn’t seem to have an answer.
A second thread suggests that this endpoint isn’t available.