Skip to content

Commit

Permalink
Add swagger operationId of /machine-config get
Browse files Browse the repository at this point in the history
Swagger operationId is often used by code generators.
But the current `/machine-config get` does not have it.

Signed-off-by: Masatoshi Higuchi <matt9ucci@gmail.com>
  • Loading branch information
matt9ucci authored and acatangiu committed Feb 25, 2019
1 parent d09242d commit 3157cc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api_server/swagger/firecracker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ paths:
Gets the machine configuration of the VM. When called before the PUT operation, it
will return the default values for the vCPU count (=1), memory size (=128 MiB).
By default Hyperthreading is disabled and there is no CPU Template.
operationId: getMachineConfiguration
responses:
200:
description: OK
Expand Down

0 comments on commit 3157cc5

Please sign in to comment.