docs: sync immediatelyExecute documentation with schema clarification#215
Open
claude[bot] wants to merge 1 commit intomainfrom
Open
docs: sync immediatelyExecute documentation with schema clarification#215claude[bot] wants to merge 1 commit intomainfrom
claude[bot] wants to merge 1 commit intomainfrom
Conversation
Update documentation to reflect the schema clarification added in f3325bf that immediatelyExecute can only be used with internal account sources or external accounts with direct pull functionality. - Add Info note in quote-system.mdx explaining source type requirements - Fix fiat-crypto-conversion.mdx example to use internal account source (was incorrectly using customerId source which is incompatible) - Add Info note in fiat-crypto-conversion.mdx about source requirements Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Contributor
Greptile SummaryThis PR syncs the Mintlify documentation with the schema clarification from f3325bf. The changes correctly document that Key changes:
The updated example now matches the pattern used consistently across other documentation files (rewards/quickstart.mdx, rewards/platform-tools/sandbox-testing.mdx, etc.). Confidence Score: 5/5
|
| Filename | Overview |
|---|---|
| mintlify/platform-overview/core-concepts/quote-system.mdx | Added Info block clarifying immediatelyExecute source requirements - matches schema documentation |
| mintlify/ramps/conversion-flows/fiat-crypto-conversion.mdx | Fixed example to use internal account source (previously used incompatible customerId source) and added Info block |
Last reviewed commit: b9655af
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
immediatelyExecutesource type requirementscustomerIdsource which is incompatible withimmediatelyExecute)Context
Schema clarification was added in f3325bf stating that
immediatelyExecutecan only be used for quotes with a source that is either:This PR syncs the Mintlify documentation with that schema change.
Test plan
🤖 Generated with Claude Code