Skip to content

Commit

Permalink
fix/display_name becomes optional (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
asein-sinch authored Feb 15, 2024
1 parent 2ed277d commit 57af923
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export interface AppUpdateRequest {
/** @see ConversationMetadataReportView */
conversation_metadata_report_view?: ConversationMetadataReportView;
/** The display name for the app. */
display_name: string;
display_name?: string;
/** @see RetentionPolicy */
retention_policy?: RetentionPolicy;
/** @see DispatchRetentionPolicy */
Expand Down

0 comments on commit 57af923

Please sign in to comment.