Update a Project
How to Create and Update Projects
Update a Project
Similar to other update methods in the API, excluding a property will remove it’s value from the object. If you’re only updating a single property, the entire model is still required.
PUT
Update a Project
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
(Required) The project identifier.
Query Parameters
Optional name of type of webhook exclusion
Body
application/json
Response
200 - application/json
OK
Last modified on April 24, 2026