Skip to content

Conversation

@matiasperrone-exo
Copy link
Contributor

@matiasperrone-exo matiasperrone-exo self-assigned this Nov 3, 2025
@matiasperrone-exo matiasperrone-exo added the documentation Improvements or additions to documentation label Nov 3, 2025
summary: 'Reserve tickets in an order',
description: 'Creates a reservation for tickets. Can be called anonymously or by authenticated users.',
security: [['bearer' => []]],
tags: ['orders'],
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be Orders with Cap letter

path: '/api/v1/summits/{summit_id}/orders',
summary: 'Get all orders for a summit',
description: 'Returns paginated list of orders for the specified summit. Admin access required.',
security: [['bearer' => []]],
Copy link
Collaborator

@smarcet smarcet Nov 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@matiasperrone-exo missing security schema
u need to define a new one for SummitOrders under swagger folder using the proper scopes please do check as example


please apply to all endpoints under OAUTH2

Copy link
Collaborator

@smarcet smarcet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@matiasperrone-exo please review comments

@matiasperrone-exo matiasperrone-exo added the review Need reviewing from the developer label Nov 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation review Need reviewing from the developer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants