Skip to content

Commit 83f34e2

Browse files
fix: typos and other minor issues in the openapi.json file (#120)
Signed-off-by: Harikrishnan Balagopal <[email protected]>
1 parent 8fe0490 commit 83f34e2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

assets/openapi.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@
464464
],
465465
"summary": "Get the input of the project with the given ID.",
466466
"description": "Get the input of the project with the given ID.",
467-
"operationId": "get-project-input",
467+
"operationId": "get-workspace-input",
468468
"parameters": [
469469
{
470470
"name": "workspace-id",
@@ -516,7 +516,7 @@
516516
],
517517
"summary": "Delete the input of the project.",
518518
"description": "Delete the input of the project.",
519-
"operationId": "delete-project-input",
519+
"operationId": "delete-workspace-input",
520520
"parameters": [
521521
{
522522
"name": "workspace-id",
@@ -1206,7 +1206,7 @@
12061206
}
12071207
],
12081208
"requestBody": {
1209-
"required": "true",
1209+
"required": true,
12101210
"content": {
12111211
"application/json": {
12121212
"schema": {
@@ -1511,7 +1511,7 @@
15111511
],
15121512
"summary": "Get the graph of the transformers used while creating the output with the given ID.",
15131513
"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",
15151515
"parameters": [
15161516
{
15171517
"name": "workspace-id",
@@ -1570,7 +1570,7 @@
15701570
}
15711571
}
15721572
},
1573-
"/workspaces/{work-id}/projects/{proj-id}/outputs/{output-id}/problems/current": {
1573+
"/workspaces/{workspace-id}/projects/{project-id}/outputs/{output-id}/problems/current": {
15741574
"get": {
15751575
"tags": [
15761576
"qa"
@@ -1642,7 +1642,7 @@
16421642
}
16431643
}
16441644
},
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": {
16461646
"post": {
16471647
"tags": [
16481648
"qa"

0 commit comments

Comments
 (0)