-
Notifications
You must be signed in to change notification settings - Fork 66
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
API-26923 Update description wording for appeals APIs #12850
Conversation
f8853bd
to
766d9aa
Compare
* [Supplemental Claims API](https://developer.va.gov/explore/appeals/docs/supplemental_claims) | ||
* [Higher-Level Reviews API](https://developer.va.gov/explore/appeals/docs/higher_level_reviews) | ||
* [Notice of Disagreements API](https://developer.va.gov/explore/appeals/docs/notice_of_disagreements) | ||
* [Supplemental Claims API](https://developer.va.gov/explore/appeals/docs/supplemental_claims) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file already had the line about CCG access that's added to all the other docs in this PR, but I updated the indentation here so that the dev and prod versions can be more easily compared at a glance (they are almost identical)
@@ -23,7 +23,7 @@ The authentication model for the Appeals Status API uses OAuth 2.0/OpenID Connec | |||
* [Authorization code flow](https://dev-developer.va.gov/explore/authorization/docs/authorization-code?api=appeals) | |||
* [Client credentials grant](https://dev-developer.va.gov/explore/authorization/docs/client-credentials?api=appeals) (restricted access) | |||
|
|||
**Important:** To get production access using client credentials grant, you must either work for VA or have specific VA agreements in place. If you have questions, [contact us](https://developer.va.gov/support/contact-us). | |||
**Important:** To get production access using client credentials grant, you must either work for VA or have specific VA agreements in place. If you have questions, [contact us](https://dev-developer.va.gov/support/contact-us). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This text was already here but I realized it wasn't using the dev-developer
hostname like other docs for dev
@@ -35,5 +37,3 @@ Test submissions do not progress through the same statuses as the production env | |||
|
|||
#### Status Caching | |||
Due to system limitations, status attribute data for the GET `/forms/200996/{uuid}` endpoint is cached for 1 hour. The updated_at field indicates the last time the status for a given GUID was updated. | |||
|
|||
### [Terms of service](https://dev-developer.va.gov/terms-of-service) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The "Terms of service" links in these updates are removed because there's already a ToS link in the OAS JSON's data - these links in the descriptions are duplicative
766d9aa
to
93d6014
Compare
93d6014
to
eacdfa3
Compare
eacdfa3
to
a9e7fd5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🎉
Summary
Related issue(s)
Testing done
What areas of the site does it impact?
Acceptance criteria