chore(docs): update PostDBRP docs to reflect mutual exclusive requirement of org vs orgID #19802
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.
I am unsure if I am doing this correctly. But this updates the PostDBRP docs to reflect the mutually exclusive requirement of
org
vsorgID
when creating a DBRP mapping. Since only one or the other is actually required to create the mapping. But the docs currently state both are required.My knowledge of OpenAPI Spec is a little lacking. But this is what I assertain is correct based on good old SO:
https://stackoverflow.com/questions/21134029/how-to-define-mutually-exclusive-query-parameters-in-swagger-openapi/49199240#49199240
CHANGELOG.md updated with a link to the PR (not the Issue)