From f0900349836a77352e288a460cf77ca230e69a5d Mon Sep 17 00:00:00 2001 From: "vertex-nexa[bot]" <149347004+vertex-nexa[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 17:30:33 +0000 Subject: [PATCH] Update openapi.*. --- openapi.containers.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/openapi.containers.yaml b/openapi.containers.yaml index 9e73f35..94567d4 100644 --- a/openapi.containers.yaml +++ b/openapi.containers.yaml @@ -492,6 +492,12 @@ paths: - Environment variables summary: Get an environment variables operationId: getEnvironment + parameters: + - name: container_id + in: query + schema: + type: string + format: uuid responses: "200": description: OK @@ -622,6 +628,12 @@ paths: - Ports summary: Get ports operationId: getPorts + parameters: + - name: container_id + in: query + schema: + type: string + format: uuid responses: "200": description: OK