Commit Prepared Operation (FatSecret)
fatsecret_commit_prepared_operationExecute a previously prepared FatSecret write operation after review. Supply the operation object, confirm hash, and a unique idempotency key to commit safely without double-posting.
Instructions
Execute a previously prepared write after the caller has reviewed it. Requires the full operation object back plus a restated confirmOperationHash and a fresh idempotencyKey.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | ||
| idempotencyKey | Yes | A unique key you control; retrying a commit with the same key + unchanged operation returns the original result instead of double-posting. | |
| confirmOperationHash | Yes |