File tree Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Original file line number Diff line number Diff line change 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\n SEE 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" : [
You can’t perform that action at this time.
0 commit comments