-
Notifications
You must be signed in to change notification settings - Fork 177
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] Sites endpoint #7771
[API] Sites endpoint #7771
Conversation
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.
Hi Xavier, I've reviewed the alias/mri_alias part and committed my suggested changes -- thanks.
Any other parts of this PR I should look at in particular?
@christinerogers Thanks for the corrections. Since you mentioned that some clients required this endpoint, can you tell if the current response structure and content is satisfying? |
Hi Xavier, thanks - given the |
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.
Conflict with Changelog
@xlecours I need that feature for the Wizard. Any chance that can be part of the next release? Let me know if I can help. |
replaced view by model since there is no additional properties in the response
05fd582
to
f2bff56
Compare
GET /sites | ||
``` | ||
|
||
Will return a list of sites in this Loris instance. There is no corresponding PUT or PATCH |
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 intended to be all sites in the LORIS instance or all sites to which the current user has access?
API 0.0.4 dev
Returns the list of sites for an /api/v0.0.0.4-dev/sites GET request.
This is a rebased version of #7466