We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e9897 commit 731cff1Copy full SHA for 731cff1
1 file changed
openapi.json
@@ -32,8 +32,7 @@
32
"operationId": "start",
33
"parameters": [
34
{
35
- "$ref": "#/components/parameters/Signature",
36
- "required": true
+ "$ref": "#/components/parameters/Signature"
37
}
38
],
39
"requestBody": {
@@ -123,6 +122,7 @@
123
122
"name": "Signature",
124
"in": "header",
125
"description": "The signature.",
+ "required": true,
126
"schema": {
127
"type": "string",
128
"example": "3WGqCnWJArhA224xVdUY1fPh91tpd6va6JvBrPNuHK449TZTgsRn3DBu5UBGbcTn"
0 commit comments