wafeq_projects_update
Update an existing project's name or attachments using its unique ID. Specify the ID and the fields to change to keep your Wafeq data accurate.
Instructions
๐ก WRITE ยท updates data ยท Projects ยท PUT /projects/{id}/
Update project
Endpoint for updating an existing project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | Yes | 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. |