/v1/project/{project_id}Partially update a project
Updates selected fields of an existing project. Send only the fields you want to change; object-type fields are generally deep-merged, but a settings update replaces the existing settings, so include every setting you want to retain. You cannot remove fields or set them to null through this operation.
- IdempotentThe SDK sends
Idempotency-Key, so a retried request is only applied once.
Fields to update on the project; send only the properties you want to change, and do not use null values to remove fields.
A 400 is returned when the update payload is unacceptable. A 401 indicates that no valid API key was provided, while a 403 indicates that the API key lacks permission; a 429 indicates excessive request frequency, and a 500 indicates an internal API failure. Do not send null values or use the settings object unless it contains every setting you want to keep.