Skip to content

Commit 073b8d5

Browse files
committed
update openapi.json to latest osparc-simcore/master version
1 parent d580d99 commit 073b8d5

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

api/openapi.json

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1256,37 +1256,6 @@
12561256
}
12571257
}
12581258
},
1259-
"/v0/programs": {
1260-
"get": {
1261-
"tags": [
1262-
"programs"
1263-
],
1264-
"summary": "List Programs",
1265-
"description": "Lists all available solvers (latest version)\n\nSEE get_solvers_page for paginated version of this function",
1266-
"operationId": "list_programs",
1267-
"responses": {
1268-
"200": {
1269-
"description": "Successful Response",
1270-
"content": {
1271-
"application/json": {
1272-
"schema": {
1273-
"items": {
1274-
"$ref": "#/components/schemas/Program"
1275-
},
1276-
"type": "array",
1277-
"title": "Response List Programs V0 Programs Get"
1278-
}
1279-
}
1280-
}
1281-
}
1282-
},
1283-
"security": [
1284-
{
1285-
"HTTPBasic": []
1286-
}
1287-
]
1288-
}
1289-
},
12901259
"/v0/programs/{program_key}/releases/{version}": {
12911260
"get": {
12921261
"tags": [

0 commit comments

Comments
 (0)