From 58a0629b459502494030abeb13176ec0bc9e8fe5 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 6 Jul 2023 17:44:03 +0200 Subject: [PATCH] Bug 30708: Remove q_header from specs It broke the REST API routes. Adjustement for bug 33971. --- api/v1/swagger/paths/preservation_processings.yaml | 1 - api/v1/swagger/paths/preservation_trains.yaml | 1 - api/v1/swagger/paths/preservation_waiting_list.yaml | 1 - 3 files changed, 3 deletions(-) diff --git a/api/v1/swagger/paths/preservation_processings.yaml b/api/v1/swagger/paths/preservation_processings.yaml index 119b3983e88..092c470558c 100644 --- a/api/v1/swagger/paths/preservation_processings.yaml +++ b/api/v1/swagger/paths/preservation_processings.yaml @@ -25,7 +25,6 @@ - $ref: "../swagger.yaml#/parameters/per_page" - $ref: "../swagger.yaml#/parameters/q_param" - $ref: "../swagger.yaml#/parameters/q_body" - - $ref: "../swagger.yaml#/parameters/q_header" responses: 200: description: A list of processings diff --git a/api/v1/swagger/paths/preservation_trains.yaml b/api/v1/swagger/paths/preservation_trains.yaml index a8563e8769d..4cfdc8cb954 100644 --- a/api/v1/swagger/paths/preservation_trains.yaml +++ b/api/v1/swagger/paths/preservation_trains.yaml @@ -55,7 +55,6 @@ - $ref: "../swagger.yaml#/parameters/per_page" - $ref: "../swagger.yaml#/parameters/q_param" - $ref: "../swagger.yaml#/parameters/q_body" - - $ref: "../swagger.yaml#/parameters/q_header" responses: 200: description: A list of trains diff --git a/api/v1/swagger/paths/preservation_waiting_list.yaml b/api/v1/swagger/paths/preservation_waiting_list.yaml index 22913cfa538..6d2be9ebe5a 100644 --- a/api/v1/swagger/paths/preservation_waiting_list.yaml +++ b/api/v1/swagger/paths/preservation_waiting_list.yaml @@ -28,7 +28,6 @@ - $ref: "../swagger.yaml#/parameters/per_page" - $ref: "../swagger.yaml#/parameters/q_param" - $ref: "../swagger.yaml#/parameters/q_body" - - $ref: "../swagger.yaml#/parameters/q_header" - $ref: "../swagger.yaml#/parameters/request_id_header" consumes: - application/json -- 2.25.1