Browse Source

Accept header

pull/53/head
baarkerlounger 4 years ago
parent
commit
99123b18c6
  1. 20
      docs/api/DLUHC-CORE-Data.v1.json

20
docs/api/DLUHC-CORE-Data.v1.json

@ -38,11 +38,11 @@
"parameters": [ "parameters": [
{ {
"schema": { "schema": {
"type": "string" "type": "string",
"pattern": "application/json"
}, },
"in": "header", "in": "header",
"name": "Accept", "name": "Accept",
"description": "application/json",
"required": true "required": true
} }
] ]
@ -110,11 +110,11 @@
"parameters": [ "parameters": [
{ {
"schema": { "schema": {
"type": "string" "type": "string",
"pattern": "application/json"
}, },
"in": "header", "in": "header",
"name": "Accept", "name": "Accept",
"description": "application/json",
"required": true "required": true
} }
] ]
@ -134,11 +134,12 @@
"parameters": [ "parameters": [
{ {
"schema": { "schema": {
"type": "string" "type": "string",
"pattern": "application/json"
}, },
"in": "header", "in": "header",
"name": "Accept", "name": "Accept",
"description": "application/json" "required": true
} }
] ]
} }
@ -195,11 +196,11 @@
"parameters": [ "parameters": [
{ {
"schema": { "schema": {
"type": "string" "type": "string",
"pattern": "application/json"
}, },
"in": "header", "in": "header",
"name": "Accept", "name": "Accept",
"description": "application/json",
"required": true "required": true
} }
] ]
@ -850,6 +851,7 @@
"title": "Case Log", "title": "Case Log",
"x-internal": false "x-internal": false
} }
} },
"securitySchemes": {}
} }
} }

Loading…
Cancel
Save