Commit profile.create (fallback, dev/test only)
fatsecret_commit_profile_createCommit a FatSecret profile creation using fallback authentication when OAuth is not available. Requires FATSECRET_ENABLE_PROFILE_CREATE=true; include an idempotency key for safe retries.
Instructions
Executes ONLY the profile.create fallback auth path. Requires FATSECRET_ENABLE_PROFILE_CREATE=true. Prefer fatsecret_start_auth/fatsecret_complete_auth for real accounts.
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 |