Skip to content

Commit 8fb49f1

Browse files
committed
workspace secret yaml format
1 parent f1e5c15 commit 8fb49f1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

workspace/src/main/openapi/workspace.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,13 @@ paths:
651651
examples:
652652
Workspace:
653653
$ref: '#/components/examples/WorkspaceSecretExample'
654+
application/yaml:
655+
schema:
656+
type: string
657+
format: binary
658+
examples:
659+
Workspace:
660+
$ref: '#/components/examples/WorkspaceSecretExample'
654661
responses:
655662
"201":
656663
description: Request succeeded
@@ -975,4 +982,4 @@ components:
975982
summary: a shared access policy
976983
description: a shared policy example
977984
value:
978-
dedicatedEventHubKey: xxx
985+
dedicatedEventHubKey: xxx

0 commit comments

Comments
 (0)