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 19, 2023
1 parent dd9dc8d commit 3b966de
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions openapi/openapi_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -3106,7 +3106,7 @@
],
"summary": "Routing - Retrieve Default For Profile",
"description": "Routing - Retrieve Default For Profile\n\nRetrieve default config for profiles",
"operationId": "Retrieve default config for profiles",
"operationId": "Retrieve default configs for all profiles",
"responses": {
"200": {
"description": "Successfully retrieved default config",
Expand Down Expand Up @@ -3142,7 +3142,7 @@
],
"summary": "Routing - Update Default For Profile",
"description": "Routing - Update Default For Profile\n\nUpdate default config for profiles",
"operationId": "Update default config for profile",
"operationId": "Update default configs for all profiles",
"parameters": [
{
"name": "profile_id",
Expand Down Expand Up @@ -3211,12 +3211,12 @@
],
"summary": "Routing - Retrieve",
"description": "Routing - Retrieve\n\nRetrieve a routing algorithm",
"operationId": "Retrieve a routing algorithm",
"operationId": "Retrieve a routing config",
"parameters": [
{
"name": "algorithm_id",
"in": "path",
"description": "The unique identifier for an algorithm",
"description": "The unique identifier for a config",
"required": true,
"schema": {
"type": "string"
Expand All @@ -3225,7 +3225,7 @@
],
"responses": {
"200": {
"description": "Successfully fetched routing algorithm",
"description": "Successfully fetched routing config",
"content": {
"application/json": {
"schema": {
Expand Down Expand Up @@ -3266,7 +3266,7 @@
{
"name": "algorithm_id",
"in": "path",
"description": "The unique identifier for an algorithm",
"description": "The unique identifier for a config",
"required": true,
"schema": {
"type": "string"
Expand Down

0 comments on commit 3b966de

Please sign in to comment.