Update format of guests API and document endpoints #130

Merged
bustikiller merged 3 commits from guests-api-changes into main 2024-11-16 08:56:38 +00:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit a8c9c051f0 - Show all commits

View File

@ -1,3 +1,5 @@
# Copyright (C) 2024 Manuel Bustillo
require 'swagger_helper'
RSpec.describe 'guests', type: :request do

View File

@ -1,3 +1,5 @@
# Copyright (C) 2024 Manuel Bustillo
module SwaggerResponseHelper
def response_422
response(422, 'Validation errors in input parameters') do