File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 464
464
],
465
465
"summary" : " Get the input of the project with the given ID." ,
466
466
"description" : " Get the input of the project with the given ID." ,
467
- "operationId" : " get-project -input" ,
467
+ "operationId" : " get-workspace -input" ,
468
468
"parameters" : [
469
469
{
470
470
"name" : " workspace-id" ,
516
516
],
517
517
"summary" : " Delete the input of the project." ,
518
518
"description" : " Delete the input of the project." ,
519
- "operationId" : " delete-project -input" ,
519
+ "operationId" : " delete-workspace -input" ,
520
520
"parameters" : [
521
521
{
522
522
"name" : " workspace-id" ,
1206
1206
}
1207
1207
],
1208
1208
"requestBody" : {
1209
- "required" : " true" ,
1209
+ "required" : true ,
1210
1210
"content" : {
1211
1211
"application/json" : {
1212
1212
"schema" : {
1511
1511
],
1512
1512
"summary" : " Get the graph of the transformers used while creating the output with the given ID." ,
1513
1513
"description" : " Get the graph of the transformers used while creating the output with the given ID." ,
1514
- "operationId" : " get-project-output" ,
1514
+ "operationId" : " get-project-output-graph " ,
1515
1515
"parameters" : [
1516
1516
{
1517
1517
"name" : " workspace-id" ,
1570
1570
}
1571
1571
}
1572
1572
},
1573
- "/workspaces/{work -id}/projects/{proj -id}/outputs/{output-id}/problems/current" : {
1573
+ "/workspaces/{workspace -id}/projects/{project -id}/outputs/{output-id}/problems/current" : {
1574
1574
"get" : {
1575
1575
"tags" : [
1576
1576
" qa"
1642
1642
}
1643
1643
}
1644
1644
},
1645
- "/workspaces/{work -id}/projects/{proj -id}/outputs/{output-id}/problems/current/solution" : {
1645
+ "/workspaces/{workspace -id}/projects/{project -id}/outputs/{output-id}/problems/current/solution" : {
1646
1646
"post" : {
1647
1647
"tags" : [
1648
1648
" qa"
You can’t perform that action at this time.
0 commit comments