Skip to content

Commit e532d82

Browse files
committed
updates OAS
1 parent 87811ac commit e532d82

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

services/director-v2/openapi.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@
6565
"tags": [
6666
"computations"
6767
],
68-
"summary": "Create and optionally start a new computation",
68+
"summary": "Create Computation",
69+
"description": "Create and optionally starts it",
6970
"operationId": "create_computation_v2_computations_post",
7071
"requestBody": {
7172
"content": {
@@ -114,7 +115,8 @@
114115
"tags": [
115116
"computations"
116117
],
117-
"summary": "Returns a computation pipeline state",
118+
"summary": "Get Computation",
119+
"description": "Returns a computation pipeline state",
118120
"operationId": "get_computation_v2_computations__project_id__get",
119121
"parameters": [
120122
{
@@ -166,7 +168,8 @@
166168
"tags": [
167169
"computations"
168170
],
169-
"summary": "Deletes a computation pipeline",
171+
"summary": "Delete Computation",
172+
"description": "Deletes a computation pipeline",
170173
"operationId": "delete_computation_v2_computations__project_id__delete",
171174
"parameters": [
172175
{
@@ -212,7 +215,8 @@
212215
"tags": [
213216
"computations"
214217
],
215-
"summary": "Stops a computation pipeline",
218+
"summary": "Stop Computation",
219+
"description": "Stops a computation pipeline",
216220
"operationId": "stop_computation_v2_computations__project_id__stop_post",
217221
"parameters": [
218222
{

0 commit comments

Comments
 (0)