-
Notifications
You must be signed in to change notification settings - Fork 24
Release r3.2 (Fall25 M4) #217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Changes from 6 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
c756a22
Update number-verification.yaml
bigludo7 213624d
Update number-verification-phoneNumberShare.feature
bigludo7 29fdd4a
Update number-verification-phoneNumberVerify.feature
bigludo7 7fa0ae2
Update number-verification-API-Readiness-Checklist.md
bigludo7 2089175
Update README.md
bigludo7 0fe7c62
Update CHANGELOG.md
bigludo7 df3f7a5
Update CHANGELOG.md
bigludo7 ef2d6f3
Update README.md
bigludo7 e4ceed1
fix ErrorInfo properties sorting
bigludo7 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -70,7 +70,7 @@ info: | |
|
|
||
| As a specific rule, error `501 - NOT_IMPLEMENTED` can be only a possible error response if it is explicitly documented in the API. | ||
|
|
||
| version: wip | ||
| version: 2.1.0 | ||
| x-camara-commonalities: 0.6 | ||
| license: | ||
| name: Apache 2.0 | ||
|
|
@@ -79,7 +79,7 @@ externalDocs: | |
| description: Project documentation at CAMARA | ||
| url: https://github.com/camaraproject/NumberVerification | ||
| servers: | ||
| - url: '{apiRoot}/number-verification/vwip' | ||
| - url: '{apiRoot}/number-verification/v2' | ||
| variables: | ||
| apiRoot: | ||
| default: http://localhost:9091 | ||
|
|
@@ -227,15 +227,15 @@ components: | |
| - code | ||
| - message | ||
| properties: | ||
| message: | ||
| type: string | ||
| description: A human-readable description of what the event represents | ||
|
||
| status: | ||
| type: integer | ||
| description: HTTP response status code | ||
| code: | ||
| type: string | ||
| description: Code given to this error | ||
| message: | ||
| type: string | ||
| description: Detailed error description | ||
| description: A human-readable code to describe the error | ||
| responses: | ||
| Generic400: | ||
| description: Problem with the client request | ||
|
|
||
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.