Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
giancarloromeo committed Dec 6, 2024
1 parent cbb0278 commit 5b22949
Showing 1 changed file with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,26 +98,26 @@ class ApiKeyCreateResponse(ApiKeyCreateRequest):
"examples": [
{
"id": "42",
"displayName": "test-api-forever",
"apiBaseUrl": "http://api.osparc.io/v0",
"apiKey": "key",
"apiSecret": "secret",
"display_name": "test-api-forever",
"api_base_url": "http://api.osparc.io/v0",
"api_key": "key",
"api_secret": "secret",
},
{
"id": "48",
"displayName": "test-api-for-one-day",
"display_name": "test-api-for-one-day",
"expiration": 60 * 60 * 24,
"apiBaseUrl": "http://api.sim4life.io/v0",
"apiKey": "key",
"apiSecret": "secret",
"api_base_url": "http://api.sim4life.io/v0",
"api_key": "key",
"api_secret": "secret",
},
{
"id": "54",
"displayName": "test-api-for-another-day",
"display_name": "test-api-for-another-day",
"expiration": "24:00:00",
"apiBaseUrl": "http://api.osparc-master.io/v0",
"apiKey": "key",
"apiSecret": "secret",
"api_base_url": "http://api.osparc-master.io/v0",
"api_key": "key",
"api_secret": "secret",
},
]
},
Expand Down

0 comments on commit 5b22949

Please sign in to comment.