Skip to content

Commit

Permalink
[CI] generate openapi schema
Browse files Browse the repository at this point in the history
  • Loading branch information
CI committed Mar 28, 2023
1 parent b548150 commit 25a53ee
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,28 @@
],
"summary": "Create",
"operationId": "create_v1_sessions_post",
"parameters": [
{
"required": false,
"schema": {
"title": "Cf-Connecting-Ip",
"type": "string",
"default": "CF-Connecting-IP"
},
"name": "cf-connecting-ip",
"in": "header"
},
{
"required": false,
"schema": {
"title": "User-Agent",
"type": "string",
"default": "User-Agent"
},
"name": "user-agent",
"in": "header"
}
],
"requestBody": {
"content": {
"application/json": {
Expand Down

0 comments on commit 25a53ee

Please sign in to comment.