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.
1 parent a8f3d1b commit 9976f0aCopy full SHA for 9976f0a
.changeset/beige-schools-end.md
@@ -0,0 +1,5 @@
1
+---
2
+"@smartthings/core-sdk": patch
3
4
+
5
+add acceptLimit field to ST Schema invites
src/endpoint/invites-schemaApp.ts
@@ -17,6 +17,7 @@ export type SchemaAppInvitationSummary = {
17
18
export type SchemaAppInvitationCreate = SchemaAppId & {
19
description?: string
20
+ acceptLimit?: number
21
}
22
23
export type SchemaAppInvitation = SchemaAppId & {
0 commit comments