Skip to content

Commit

Permalink
fix(APIM-608): made scheduled_for optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhi Markan committed Dec 6, 2024
1 parent 41f88bb commit 09784dd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export class PostEmailsResponseData {
example: null,
description: 'Email scheduling is not used, so this field should always be null',
nullable: true,
required: false,
})
public scheduled_for: string | null;

Expand Down

0 comments on commit 09784dd

Please sign in to comment.