From 99123b18c6902b87b889971aee739547aa2207bb Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Tue, 19 Oct 2021 17:24:42 +0100 Subject: [PATCH] Accept header --- docs/api/DLUHC-CORE-Data.v1.json | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/api/DLUHC-CORE-Data.v1.json b/docs/api/DLUHC-CORE-Data.v1.json index 983660c37..00bc39473 100644 --- a/docs/api/DLUHC-CORE-Data.v1.json +++ b/docs/api/DLUHC-CORE-Data.v1.json @@ -38,11 +38,11 @@ "parameters": [ { "schema": { - "type": "string" + "type": "string", + "pattern": "application/json" }, "in": "header", "name": "Accept", - "description": "application/json", "required": true } ] @@ -110,11 +110,11 @@ "parameters": [ { "schema": { - "type": "string" + "type": "string", + "pattern": "application/json" }, "in": "header", "name": "Accept", - "description": "application/json", "required": true } ] @@ -134,11 +134,12 @@ "parameters": [ { "schema": { - "type": "string" + "type": "string", + "pattern": "application/json" }, "in": "header", "name": "Accept", - "description": "application/json" + "required": true } ] } @@ -195,11 +196,11 @@ "parameters": [ { "schema": { - "type": "string" + "type": "string", + "pattern": "application/json" }, "in": "header", "name": "Accept", - "description": "application/json", "required": true } ] @@ -850,6 +851,7 @@ "title": "Case Log", "x-internal": false } - } + }, + "securitySchemes": {} } }