Skip to content

Commit

Permalink
docs(openapi): re-generate OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperswitch-bot[bot] committed Dec 18, 2024
1 parent a7b7c44 commit e55e191
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions api-reference-v2/openapi_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -5456,6 +5456,21 @@
"type": "string",
"description": "User-agent of the browser",
"nullable": true
},
"os_type": {
"type": "string",
"description": "The os type of the client device",
"nullable": true
},
"os_version": {
"type": "string",
"description": "The os version of the client device",
"nullable": true
},
"device_model": {
"type": "string",
"description": "The browser type of the client device",
"nullable": true
}
}
},
Expand Down
15 changes: 15 additions & 0 deletions api-reference/openapi_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -7893,6 +7893,21 @@
"type": "string",
"description": "User-agent of the browser",
"nullable": true
},
"os_type": {
"type": "string",
"description": "The os type of the client device",
"nullable": true
},
"os_version": {
"type": "string",
"description": "The os version of the client device",
"nullable": true
},
"device_model": {
"type": "string",
"description": "The browser type of the client device",
"nullable": true
}
}
},
Expand Down

0 comments on commit e55e191

Please sign in to comment.