-
Notifications
You must be signed in to change notification settings - Fork 0
feat(marketplace-api): endpoint to return event types #630
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
|
The latest updates on your projects. Learn more about Vercel for Git βοΈ
|
942cf71 to
c349cfe
Compare
| #[utoipa::path( | ||
| tag = "Collections", | ||
| responses( | ||
| (status = 200, description = "Get event filters", body = LastSalesResponse), | ||
| (status = 400, description = "Data not found", body = String), | ||
| ) | ||
| )] |
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.
Attention mauvais copier/coller ici pour la desc et le tag.
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.
D'autre part les diffΓ©rentes valeurs de retour n'apparaissent pas sur le swagger
c349cfe to
f8774ac
Compare
|
@ybensacq is attempting to deploy a commit to the Screenshot team on Vercel, but is not a member of this team. To resolve this issue, you can:
To read more about collaboration on Vercel, click here. |
Description
What type of PR is this? (check all applicable)
feat:)fix:)docs:)style:)refactor:)perf:)test:)build:)ci:)chore:)revert:)BREAKING CHANGE:)Related Tickets & Documents
Mobile & Desktop Screenshots/Recordings
Added tests?
Added to documentation?
[optional] Are there any post-deployment tasks we need to perform?
[optional] What gif best describes this PR or how it makes you feel?
PR Title and Description Guidelines:
feat:,fix:,chore:,BREAKING CHANGE:etc. in your PR title.Closing Issues