-
Notifications
You must be signed in to change notification settings - Fork 2
Feature | Extend Swagger Coverage for controller OAuth2SummitPresentationActionTypeApiController
#392
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
base: main
Are you sure you want to change the base?
Conversation
68f63a5 to
31cb699
Compare
caseylocker
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.
I'm guessing "require DIR . DIRECTORY_SEPARATOR . "SummitPresentationSchemas.php";" was removed from schemas.php accidentally? Looks like a breaking change. Please verify and retest before submitting again.
dd9bdff to
2c513e0
Compare
|
@caseylocker please review this one. Check the changes again, thanks |
caseylocker
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.
@matiasperrone-exo wrong namespace in app/Swagger/Security/PresentationActionTypesAuthSchema.php
// Current (WRONG)
namespace App\Swagger\Security;
// Required (CORRECT)
namespace App\Swagger\schemas;
Also missing operationId on the 6 endpoints. See below for suggestions:
| GET /api/v1/summits/{id}/presentation-action-types | getAllPresentationActionTypes |
|---|---|
| GET /api/v1/summits/{id}/presentation-action-types/csv | exportPresentationActionTypesCsv |
| GET /api/v1/summits/{id}/presentation-action-types/{action_id} | getPresentationActionType |
| POST /api/v1/summits/{id}/presentation-action-types | createPresentationActionType |
| PUT /api/v1/summits/{id}/presentation-action-types/{action_id} | updatePresentationActionType |
| DELETE /api/v1/summits/{id}/presentation-action-types/{action_id} | deletePresentationActionType |
9eabb3d to
13f06c1
Compare
caseylocker
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.
Approved.
|
@matiasperrone please rebase against main and fix the conflicts many thanks |
c6ecdd0 to
728ae67
Compare
…nActionTypeApiController`
13f06c1 to
3c0ac79
Compare
Task:
Ref: https://app.clickup.com/t/86b6wkh3q