Skip to content

Commit cb7607f

Browse files
committed
Update recordings api
1 parent 113e18c commit cb7607f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

recordings/recordings.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ type Recording struct {
3737
ShareToMe bool `json:"shareToMe,omitempty"`
3838
ServiceType string `json:"serviceType,omitempty"`
3939
Status string `json:"status,omitempty"`
40+
IntegrationTags []string `json:"integrationTags,omitempty"`
4041
}
4142

4243
// TemporaryDownloadLinks contains time-limited direct download URLs for

0 commit comments

Comments
 (0)