Skip to content

Commit 3f8f5e0

Browse files
author
Andrei Neagu
committed
updated specs
1 parent c86793d commit 3f8f5e0

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

services/dynamic-sidecar/openapi.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
"containers"
166166
],
167167
"summary": "Starts the containers as defined in ContainerCreate by:\n- cleaning up resources from previous runs if any\n- starting the containers\n\nProgress may be obtained through URL\nProcess may be cancelled through URL",
168-
"operationId": "create_service_containers_task_v1_containers_post",
168+
"operationId": "create_containers_v1_containers_post",
169169
"requestBody": {
170170
"required": true,
171171
"content": {
@@ -183,7 +183,7 @@
183183
"application/json": {
184184
"schema": {
185185
"type": "string",
186-
"title": "Response Create Service Containers Task V1 Containers Post"
186+
"title": "Response Create Containers V1 Containers Post"
187187
}
188188
}
189189
}
@@ -495,15 +495,15 @@
495495
"containers"
496496
],
497497
"summary": "Pulls all the docker container images for the user services",
498-
"operationId": "pull_user_servcices_docker_images_v1_containers_images_pull_post",
498+
"operationId": "pull_container_images_v1_containers_images_pull_post",
499499
"responses": {
500500
"202": {
501501
"description": "Successful Response",
502502
"content": {
503503
"application/json": {
504504
"schema": {
505505
"type": "string",
506-
"title": "Response Pull User Servcices Docker Images V1 Containers Images Pull Post"
506+
"title": "Response Pull Container Images V1 Containers Images Pull Post"
507507
}
508508
}
509509
}
@@ -517,15 +517,15 @@
517517
"containers"
518518
],
519519
"summary": "Remove the previously started containers",
520-
"operationId": "runs_docker_compose_down_task_v1_containers_down_post",
520+
"operationId": "down_containers_v1_containers_down_post",
521521
"responses": {
522522
"202": {
523523
"description": "Successful Response",
524524
"content": {
525525
"application/json": {
526526
"schema": {
527527
"type": "string",
528-
"title": "Response Runs Docker Compose Down Task V1 Containers Down Post"
528+
"title": "Response Down Containers V1 Containers Down Post"
529529
}
530530
}
531531
}
@@ -539,15 +539,15 @@
539539
"containers"
540540
],
541541
"summary": "Restores the state of the dynamic service",
542-
"operationId": "state_restore_task_v1_containers_state_restore_post",
542+
"operationId": "restore_cotnainers_state_v1_containers_state_restore_post",
543543
"responses": {
544544
"202": {
545545
"description": "Successful Response",
546546
"content": {
547547
"application/json": {
548548
"schema": {
549549
"type": "string",
550-
"title": "Response State Restore Task V1 Containers State Restore Post"
550+
"title": "Response Restore Cotnainers State V1 Containers State Restore Post"
551551
}
552552
}
553553
}
@@ -561,15 +561,15 @@
561561
"containers"
562562
],
563563
"summary": "Stores the state of the dynamic service",
564-
"operationId": "state_save_task_v1_containers_state_save_post",
564+
"operationId": "save_containers_state_v1_containers_state_save_post",
565565
"responses": {
566566
"202": {
567567
"description": "Successful Response",
568568
"content": {
569569
"application/json": {
570570
"schema": {
571571
"type": "string",
572-
"title": "Response State Save Task V1 Containers State Save Post"
572+
"title": "Response Save Containers State V1 Containers State Save Post"
573573
}
574574
}
575575
}
@@ -583,7 +583,7 @@
583583
"containers"
584584
],
585585
"summary": "Pull input ports data",
586-
"operationId": "ports_inputs_pull_task_v1_containers_ports_inputs_pull_post",
586+
"operationId": "pull_container_port_inputs_v1_containers_ports_inputs_pull_post",
587587
"requestBody": {
588588
"content": {
589589
"application/json": {
@@ -611,7 +611,7 @@
611611
"application/json": {
612612
"schema": {
613613
"type": "string",
614-
"title": "Response Ports Inputs Pull Task V1 Containers Ports Inputs Pull Post"
614+
"title": "Response Pull Container Port Inputs V1 Containers Ports Inputs Pull Post"
615615
}
616616
}
617617
}
@@ -635,7 +635,7 @@
635635
"containers"
636636
],
637637
"summary": "Pull output ports data",
638-
"operationId": "ports_outputs_pull_task_v1_containers_ports_outputs_pull_post",
638+
"operationId": "pull_container_port_outputs_v1_containers_ports_outputs_pull_post",
639639
"requestBody": {
640640
"content": {
641641
"application/json": {
@@ -663,7 +663,7 @@
663663
"application/json": {
664664
"schema": {
665665
"type": "string",
666-
"title": "Response Ports Outputs Pull Task V1 Containers Ports Outputs Pull Post"
666+
"title": "Response Pull Container Port Outputs V1 Containers Ports Outputs Pull Post"
667667
}
668668
}
669669
}
@@ -687,15 +687,15 @@
687687
"containers"
688688
],
689689
"summary": "Push output ports data",
690-
"operationId": "ports_outputs_push_task_v1_containers_ports_outputs_push_post",
690+
"operationId": "push_container_port_outputs_v1_containers_ports_outputs_push_post",
691691
"responses": {
692692
"202": {
693693
"description": "Successful Response",
694694
"content": {
695695
"application/json": {
696696
"schema": {
697697
"type": "string",
698-
"title": "Response Ports Outputs Push Task V1 Containers Ports Outputs Push Post"
698+
"title": "Response Push Container Port Outputs V1 Containers Ports Outputs Push Post"
699699
}
700700
}
701701
}
@@ -709,15 +709,15 @@
709709
"containers"
710710
],
711711
"summary": "Restarts previously started containers",
712-
"operationId": "containers_restart_task_v1_containers_restart_post",
712+
"operationId": "restart_containers_v1_containers_restart_post",
713713
"responses": {
714714
"202": {
715715
"description": "Successful Response",
716716
"content": {
717717
"application/json": {
718718
"schema": {
719719
"type": "string",
720-
"title": "Response Containers Restart Task V1 Containers Restart Post"
720+
"title": "Response Restart Containers V1 Containers Restart Post"
721721
}
722722
}
723723
}

0 commit comments

Comments
 (0)