Skip to content

Commit 8864d41

Browse files
committed
Make value optional in connector.secret_post
1 parent 9b0bc53 commit 8864d41

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

output/schema/schema.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/connector/secret_post/ConnectorSecretPostRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ export interface Request extends RequestBase {
3333
}
3434
]
3535
body: {
36-
value: string
36+
value?: string
3737
}
3838
}

0 commit comments

Comments
 (0)