-
Notifications
You must be signed in to change notification settings - Fork 121
REST API: Migrate system status endpoints #8604
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
Conversation
Generated by 🚫 dangerJS |
You can test the changes from this Pull Request by:
|
jaclync
left a comment
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 - just a question about the mock response but good to go after it's addressed!
| @@ -0,0 +1,485 @@ | |||
| { | |||
| "data": { | |||
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.
❓ is this JSON response supposed to have the data envelope?
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.
Thanks for catching! Fixed in a9b489b.
Closes: #8602
Description
This PR continues the migration for the REST API project, this time is for system status endpoints:
Testing instructions
applicationPasswordAuthenticationForSiteCredentialLoginand build the app.Screenshots
N/A
RELEASE-NOTES.txtif necessary.