Skip to content

Commit

Permalink
[#IOCOM-370] Require secure channel flag message (#338)
Browse files Browse the repository at this point in the history
* new category field in ThirdPartyAttachment

* test fix

* modified category field type in ThirdPartyAttachment

* test commit for pipeline bug

* added new flag require_secure_channels for messages

* removed default for flag require_secure_channels in message

* removed default for require_secure_channels flag in message
  • Loading branch information
acuiuli authored Oct 4, 2023
1 parent 80eb009 commit 8913813
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openapi/definitions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ MessageContentBase:
$ref: "#/MessageSubject"
markdown:
$ref: "#/MessageBodyMarkdown"
require_secure_channels:
type: boolean
description: |-
When true, messages won't trigger email notifications (only push).
required:
- subject
- markdown
Expand Down

0 comments on commit 8913813

Please sign in to comment.