Update many Projects
How to Create and Update Projects
Update many Projects
Use this endpoint anytime more than 1 project is going to be updated. Please note that unlike other update endpoints this endpoint ONLY needs what is being updated (i.e. a patch). For example, if you want to update the name on a project, only send the projectId and the name. This ensures performance is top-notch.
PATCH
Update many Projects
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
OK
The response is of type string.
Last modified on April 24, 2026