-
Notifications
You must be signed in to change notification settings - Fork 3
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
IBX-8176: OpenAPI compatible location moving endpoint #95
Conversation
An example of how requests with different _content-type_s can be described with API Platform annotations is here: |
d7f610a
to
090b7cf
Compare
090b7cf
to
22511b1
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.
Also, please take a look at PHPStan issues.
src/lib/Server/Validation/Builder/Input/Parser/MoveLocationInputValidatorBuilder.php
Outdated
Show resolved
Hide resolved
2a8c066
to
49034f7
Compare
74ebd11
to
0e870aa
Compare
…ion`-dependable routes
70096cf
to
6c6685c
Compare
Quality Gate passedIssues Measures |
Related PRs:
#100
Description:
The new endpoint follows the given specification:
It differs by request body which in specification is as shown below but I assume the above is the way to go because of the way parsers are working.
We decided to separate trashing location and moving subtree to simplify things and make documentation more clearer on this.
Kuba's comment on API platform docs: #95 (comment)
Documentation:
TBD