Clarify MISSING_IDENTIFIER descriptions for access tokens - #689
Open
LarryHu0217 wants to merge 1 commit into
Open
Clarify MISSING_IDENTIFIER descriptions for access tokens#689LarryHu0217 wants to merge 1 commit into
LarryHu0217 wants to merge 1 commit into
Conversation
Signed-off-by: Liang Hu <lh3057@columbia.edu>
LarryHu0217
requested review from
PedroDiez,
bigludo7,
eric-murray,
jlurien and
rartych
as code owners
July 31, 2026 14:25
eric-murray
approved these changes
Aug 4, 2026
hdamker
approved these changes
Aug 4, 2026
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.
What type of PR is this?
What this PR does / why we need it:
Makes the
MISSING_IDENTIFIERdescriptions neutral to the access-token flow in both the API Design Guide andCAMARA_common.yaml.The previous wording referred specifically to a three-legged access token, which could mislead developers using either a two-legged flow without an explicit identifier or a three-legged flow where the identifier cannot be derived from the token.
Which issue(s) this PR fixes:
Fixes #370
Does this PR introduce a breaking change?
Special notes for reviewers:
The deprecated
CreateSubscriptionUnprocessableEntity422block inCAMARA_event_common.yamlis intentionally unchanged because its inline documentation marks that content as frozen. Current event responses reference the subject-specific examples updated inCAMARA_common.yaml.Validation:
CAMARA_common.yamland asserted all three updated descriptionsChangelog input
Additional documentation
This section can be blank.