update-planner-bucket
Update a Planner bucket's properties like name and order hint using its ETag for conditional updates.
Instructions
Update the properties of plannerbucket object.
💡 TIP: CRITICAL: Requires If-Match header with ETag from get-planner-bucket (use includeHeaders=true).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| If-Match | Yes | ETag value. | |
| plannerBucketId | Yes | Path parameter: plannerBucketId | |
| includeHeaders | No | Include response headers (including ETag) in the response metadata | |
| excludeResponse | No | Exclude the full response body and only return success or failure indication |