diff --git a/docs/api/DLUHC-CORE-Data.v1.json b/docs/api/DLUHC-CORE-Data.v1.json index 8c796fa71..0f989d05e 100644 --- a/docs/api/DLUHC-CORE-Data.v1.json +++ b/docs/api/DLUHC-CORE-Data.v1.json @@ -54,7 +54,10 @@ { "schema": { "type": "string", - "pattern": "application/json" + "enum": [ + "application/json" + ], + "default": "application/json" }, "in": "header", "name": "Accept", @@ -132,7 +135,10 @@ { "schema": { "type": "string", - "pattern": "application/json" + "default": "application/json", + "enum": [ + "application/json" + ] }, "in": "header", "name": "Accept", @@ -171,7 +177,10 @@ { "schema": { "type": "string", - "pattern": "application/json" + "default": "application/json", + "enum": [ + "application/json" + ] }, "in": "header", "name": "Accept", @@ -233,7 +242,11 @@ { "schema": { "type": "string", - "pattern": "application/json" + "pattern": "application/json", + "default": "application/json", + "enum": [ + "application/json" + ] }, "in": "header", "name": "Accept",