Skip to content

Commit

Permalink
Update openapi.*.
Browse files Browse the repository at this point in the history
  • Loading branch information
vertex-nexa[bot] committed Mar 9, 2024
1 parent c049d66 commit f090034
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions openapi.containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f090034

Please sign in to comment.