We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1c7652 + c5842bd commit e37a4faCopy full SHA for e37a4fa
cmd/incusd/instance_get.go
@@ -93,7 +93,7 @@ import (
93
// description: Status code
94
// example: 200
95
// metadata:
96
-// $ref: "#/definitions/Instance"
+// $ref: "#/definitions/InstanceFull"
97
// "403":
98
// $ref: "#/responses/Forbidden"
99
// "500":
doc/rest-api.yaml
@@ -10710,7 +10710,7 @@ paths:
10710
description: Sync response
10711
properties:
10712
metadata:
10713
- $ref: '#/definitions/Instance'
+ $ref: '#/definitions/InstanceFull'
10714
status:
10715
description: Status description
10716
example: Success
0 commit comments