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 8, 2024
1 parent 52d91db commit c049d66
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions openapi.containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,22 @@ paths:
schema: null
example:
error: failed to get container logs
/api/containers/{container_id}/reload:
post:
tags:
- Containers
summary: Reload a container
operationId: reloadContainer
parameters:
- name: container_id
in: path
required: true
schema:
type: string
format: uuid
responses:
"204":
description: No Content
/api/containers/{container_id}/start:
post:
tags:
Expand Down
2 changes: 2 additions & 0 deletions openapi.containers_kernel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,8 @@ components:
type: array
items:
type: string
state:
type: string
TypesInfoContainerResponse:
type: object
properties:
Expand Down

0 comments on commit c049d66

Please sign in to comment.