diff --git a/api/consumer/record-locator/consumer.yaml b/api/consumer/record-locator/consumer.yaml index 115743531..2ea4df3f4 100644 --- a/api/consumer/record-locator/consumer.yaml +++ b/api/consumer/record-locator/consumer.yaml @@ -1582,7 +1582,7 @@ components: Mirrored back in a response header. in: header - required: false + required: true schema: $ref: "#/components/schemas/RequestHeaderRequestId" correlationId: @@ -1625,4 +1625,4 @@ components: pattern: "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$" example: 60E0B220-8136-4CA5-AE46-1D97EF59D068 description: | - The X-Request-ID from the request header, if supplied, mirrored back. + The X-Request-ID from the request header mirrored back. diff --git a/api/consumer/swagger.yaml b/api/consumer/swagger.yaml index d2e7c44df..b1ee13412 100644 --- a/api/consumer/swagger.yaml +++ b/api/consumer/swagger.yaml @@ -1529,7 +1529,7 @@ components: Mirrored back in a response header. in: header - required: false + required: true schema: $ref: "#/components/schemas/RequestHeaderRequestId" correlationId: @@ -1572,4 +1572,4 @@ components: pattern: "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$" example: 60E0B220-8136-4CA5-AE46-1D97EF59D068 description: | - The X-Request-ID from the request header, if supplied, mirrored back. + The X-Request-ID from the request header mirrored back. diff --git a/api/producer/record-locator/producer.yaml b/api/producer/record-locator/producer.yaml index 6eb090ff7..ce194e1c0 100644 --- a/api/producer/record-locator/producer.yaml +++ b/api/producer/record-locator/producer.yaml @@ -2158,7 +2158,7 @@ components: Mirrored back in a response header. in: header - required: false + required: true schema: $ref: "#/components/schemas/RequestHeaderRequestId" correlationId: @@ -2211,4 +2211,4 @@ components: pattern: "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$" example: 60E0B220-8136-4CA5-AE46-1D97EF59D068 description: | - The X-Request-ID from the request header, if supplied, mirrored back. + The X-Request-ID from the request header mirrored back. diff --git a/api/producer/swagger.yaml b/api/producer/swagger.yaml index de484d91d..69ba1c9d7 100644 --- a/api/producer/swagger.yaml +++ b/api/producer/swagger.yaml @@ -2034,7 +2034,7 @@ components: Mirrored back in a response header. in: header - required: false + required: true schema: $ref: "#/components/schemas/RequestHeaderRequestId" correlationId: @@ -2087,4 +2087,4 @@ components: pattern: "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$" example: 60E0B220-8136-4CA5-AE46-1D97EF59D068 description: | - The X-Request-ID from the request header, if supplied, mirrored back. + The X-Request-ID from the request header mirrored back. diff --git a/swagger/consumer-static/components.yaml b/swagger/consumer-static/components.yaml index ff37112ce..8201e93fc 100644 --- a/swagger/consumer-static/components.yaml +++ b/swagger/consumer-static/components.yaml @@ -67,7 +67,7 @@ components: Mirrored back in a response header. in: header - required: false + required: true schema: $ref: "#/components/schemas/RequestHeaderRequestId" correlationId: @@ -177,4 +177,4 @@ components: pattern: "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$" example: 60E0B220-8136-4CA5-AE46-1D97EF59D068 description: | - The X-Request-ID from the request header, if supplied, mirrored back. + The X-Request-ID from the request header mirrored back. diff --git a/swagger/producer-static/components.yaml b/swagger/producer-static/components.yaml index cb3b35a94..80e027ecb 100644 --- a/swagger/producer-static/components.yaml +++ b/swagger/producer-static/components.yaml @@ -49,7 +49,7 @@ components: Mirrored back in a response header. in: header - required: false + required: true schema: $ref: "#/components/schemas/RequestHeaderRequestId" correlationId: @@ -214,4 +214,4 @@ components: pattern: "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$" example: 60E0B220-8136-4CA5-AE46-1D97EF59D068 description: | - The X-Request-ID from the request header, if supplied, mirrored back. + The X-Request-ID from the request header mirrored back. diff --git a/swagger/producer-static/narrative.yaml b/swagger/producer-static/narrative.yaml index 1a9e87e94..6316c581c 100644 --- a/swagger/producer-static/narrative.yaml +++ b/swagger/producer-static/narrative.yaml @@ -1271,4 +1271,4 @@ components: schema: example: 60E0B220-8136-4CA5-AE46-1D97EF59D068 description: | - The X-Request-ID from the request header, if supplied, mirrored back. + The X-Request-ID from the request header mirrored back.