Skip to content

Commit

Permalink
chore: update auto generated api
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-fisher authored and Whitebox Bot committed Mar 23, 2023
1 parent ed560bb commit 886766e
Show file tree
Hide file tree
Showing 35 changed files with 13,774 additions and 7,618 deletions.
10 changes: 0 additions & 10 deletions docs/schemas/auth.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,16 +185,6 @@
},
"example": "eyJraWQiOiIzZjVhYTFmNS1hYWE5LTQzM....."
},
{
"in": "header",
"name": "Authorization",
"description": "Basic authorization header. Base 64 encodes the Client ID and Client Secret retrieved in step two of the integration steps.",
"required": true,
"schema": {
"type": "string"
},
"example": "Basic YzcyOTFjNmItNzI5MC00...."
},
{
"in": "header",
"name": "WM_CONSUMER.CHANNEL.TYPE",
Expand Down
39 changes: 0 additions & 39 deletions docs/schemas/feeds.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,6 @@
"default": "50"
}
},
{
"in": "header",
"name": "Authorization",
"description": "Basic authorization header. Base 64 encodes the Client ID and Client Secret retrieved in step two of the integration steps.",
"required": true,
"schema": {
"type": "string"
},
"example": "Basic YzcyOTFjNmItNzI5MC00...."
},
{
"in": "header",
"name": "WM_SEC.ACCESS_TOKEN",
Expand Down Expand Up @@ -1478,16 +1468,6 @@
"default": "50"
}
},
{
"in": "header",
"name": "Authorization",
"description": "Basic authorization header. Base 64 encodes the Client ID and Client Secret retrieved in step two of the integration steps.",
"required": true,
"schema": {
"type": "string"
},
"example": "Basic YzcyOTFjNmItNzI5MC00...."
},
{
"in": "header",
"name": "WM_SEC.ACCESS_TOKEN",
Expand Down Expand Up @@ -2143,16 +2123,6 @@
]
}
},
{
"in": "header",
"name": "Authorization",
"description": "Basic authorization header. Base 64 encodes the Client ID and Client Secret retrieved in step two of the integration steps.",
"required": true,
"schema": {
"type": "string"
},
"example": "Basic YzcyOTFjNmItNzI5MC00...."
},
{
"in": "header",
"name": "WM_SEC.ACCESS_TOKEN",
Expand Down Expand Up @@ -3201,15 +3171,6 @@
},
"example": "application/json"
}
},
"securitySchemes": {
"basicScheme": {
"type": "http",
"description": "",
"name": "Authorization",
"in": "header",
"scheme": "basic"
}
}
}
}
Loading

0 comments on commit 886766e

Please sign in to comment.