Skip to content

Conversation

@andrestejerina97
Copy link
Contributor

@andrestejerina97 andrestejerina97 self-assigned this Oct 31, 2025
new OA\Response(
response: Response::HTTP_OK,
description: "Event types retrieved successfully",
content: new OA\JsonContent(
Copy link
Collaborator

Choose a reason for hiding this comment

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

@andrestejerina97 this should be defined as a new schema at EventTypeSchemas.php as
PaginatedEventTypesResponse ( check

schema: 'PaginatedRSVPInvitationsResponse',
)

],
requestBody: new OA\RequestBody(
required: true,
content: new OA\JsonContent(
Copy link
Collaborator

Choose a reason for hiding this comment

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

@andrestejerina97 define this as schema here app/Swagger/EventTypeSchemas.php

],
requestBody: new OA\RequestBody(
required: true,
content: new OA\JsonContent(
Copy link
Collaborator

Choose a reason for hiding this comment

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

@andrestejerina97 define this as schema here app/Swagger/EventTypeSchemas.php

new OA\Response(
response: Response::HTTP_CREATED,
description: "Default event types seeded successfully",
content: new OA\JsonContent(
Copy link
Collaborator

Choose a reason for hiding this comment

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

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.

@andrestejerina97 please review comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants