wafeq_projects_partial_update
Partially update a project by providing only the fields to change, such as name or attachments, leaving other data untouched.
Instructions
๐ก WRITE ยท updates data ยท Projects ยท PATCH /projects/{id}/
Partial update project
Endpoint for partially updating an existing project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | No | An entity that can have attachments. | |
| idempotency_key | No | Optional idempotency key (sent as the X-Wafeq-Idempotency-Key header). A UUID v4 is generated automatically when omitted, so an automatic network retry can never duplicate this operation. Pass your own stable value to make a deliberate re-invocation safe as well. |