Skip to content

Commit 4a56c9c

Browse files
committed
openapi
1 parent d2a671c commit 4a56c9c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

openapi/sled-agent.json

+18
Original file line numberDiff line numberDiff line change
@@ -3793,6 +3793,24 @@
37933793
"type"
37943794
]
37953795
},
3796+
{
3797+
"type": "object",
3798+
"properties": {
3799+
"type": {
3800+
"type": "string",
3801+
"enum": [
3802+
"internal_disk_control_plane_request"
3803+
]
3804+
},
3805+
"value": {
3806+
"$ref": "#/components/schemas/TypedUuidForPhysicalDiskKind"
3807+
}
3808+
},
3809+
"required": [
3810+
"type",
3811+
"value"
3812+
]
3813+
},
37963814
{
37973815
"type": "object",
37983816
"properties": {

0 commit comments

Comments
 (0)