Skip to content

Commit f5faca0

Browse files
committed
Update openapi specs
1 parent b6bb8e8 commit f5faca0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

services/api-server/openapi.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "osparc.io public API",
55
"description": "osparc-simcore public API specifications",
6-
"version": "0.10.0"
6+
"version": "0.11.0"
77
},
88
"paths": {
99
"/v0/meta": {
@@ -5305,7 +5305,7 @@
53055305
"function_jobs"
53065306
],
53075307
"summary": "List Function Jobs",
5308-
"description": "List function jobs\n\nNew in *version 0.8.0*\n\nAdded in *version 0.9.0*: add `created_at` field in the registered function-related objects\n\nAdded in *version 0.10*: add filter by `function_id`, `function_job_ids` and `function_job_collection_id`",
5308+
"description": "List function jobs\n\nNew in *version 0.8.0*\n\nAdded in *version 0.9.0*: add `created_at` field in the registered function-related objects\n\nAdded in *version 0.11.0*: add filter by `function_id`, `function_job_ids` and `function_job_collection_id`",
53095309
"operationId": "list_function_jobs",
53105310
"security": [
53115311
{
@@ -5770,7 +5770,7 @@
57705770
"function_jobs"
57715771
],
57725772
"summary": "Get Function Job Logs Task",
5773-
"description": "Get function job logs task\n\nNew in *version 0.10-rc1*",
5773+
"description": "Get function job logs task\n\nNew in *version 0.11.0*",
57745774
"operationId": "get_function_job_logs_task",
57755775
"security": [
57765776
{
@@ -6148,7 +6148,7 @@
61486148
"function_job_collections"
61496149
],
61506150
"summary": "Function Job Collection List Function Jobs Page",
6151-
"description": "Get the function jobs in function job collection\n\nNew in *version 0.10*",
6151+
"description": "Get the function jobs in function job collection\n\nNew in *version 0.11.0*",
61526152
"operationId": "function_job_collection_list_function_jobs_page",
61536153
"security": [
61546154
{
@@ -6230,7 +6230,7 @@
62306230
"function_job_collections"
62316231
],
62326232
"summary": "Function Job Collection List Function Jobs List",
6233-
"description": "Get the function jobs in function job collection\n\nNew in *version 0.10*",
6233+
"description": "Get the function jobs in function job collection\n\nNew in *version 0.11.0*",
62346234
"operationId": "function_job_collection_list_function_jobs_list",
62356235
"security": [
62366236
{

0 commit comments

Comments
 (0)