patch
https://api.bimtrackapp.co/v3/hubs//projects/
Breaking changes:
- HTTP method changes from
PUTtoPATCH.- Request content type must be
application/json-patch+json.- The request body is now a JSON Patch array of operations. Supported paths:
/Name,/Description,/Number,/ProjectAccess,/StartDate,/EndDate,/SnapshotId.- Response changes from
200 OKwith the full project to204 No Content. Perform a follow-upGETto retrieve the updated project.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
204No Content - The project is patched
401Unauthorized - The user is not authenticated
