Skip to content

Commit 731cff1

Browse files
authored
Move required to Signature
1 parent 96e9897 commit 731cff1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

openapi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@
3232
"operationId": "start",
3333
"parameters": [
3434
{
35-
"$ref": "#/components/parameters/Signature",
36-
"required": true
35+
"$ref": "#/components/parameters/Signature"
3736
}
3837
],
3938
"requestBody": {
@@ -123,6 +122,7 @@
123122
"name": "Signature",
124123
"in": "header",
125124
"description": "The signature.",
125+
"required": true,
126126
"schema": {
127127
"type": "string",
128128
"example": "3WGqCnWJArhA224xVdUY1fPh91tpd6va6JvBrPNuHK449TZTgsRn3DBu5UBGbcTn"

0 commit comments

Comments
 (0)