Skip to content

Commit

Permalink
Update Documentation with core changes (#116)
Browse files Browse the repository at this point in the history
Co-authored-by: discoursebuild <[email protected]>
  • Loading branch information
github-actions[bot] and discoursebuild authored Jul 22, 2024
1 parent 647c508 commit 97533a5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3159,9 +3159,9 @@
"null"
]
},
"smtp_ssl": {
"smtp_ssl_mode": {
"type": [
"string",
"integer",
"null"
]
},
Expand Down Expand Up @@ -3328,7 +3328,7 @@
"automatic_membership_email_domains",
"smtp_server",
"smtp_port",
"smtp_ssl",
"smtp_ssl_mode",
"imap_server",
"imap_port",
"imap_ssl",
Expand Down Expand Up @@ -7181,7 +7181,7 @@
"is_flag": {
"type": "boolean"
},
"is_custom_flag": {
"require_message": {
"type": "boolean"
},
"enabled": {
Expand All @@ -7201,7 +7201,7 @@
"description",
"short_description",
"is_flag",
"is_custom_flag",
"require_message",
"enabled",
"applies_to",
"is_used"
Expand Down Expand Up @@ -7238,7 +7238,7 @@
"is_flag": {
"type": "boolean"
},
"is_custom_flag": {
"require_message": {
"type": "boolean"
},
"enabled": {
Expand All @@ -7258,7 +7258,7 @@
"description",
"short_description",
"is_flag",
"is_custom_flag",
"require_message",
"enabled",
"applies_to",
"is_used"
Expand Down
14 changes: 7 additions & 7 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2274,9 +2274,9 @@ paths:
type:
- string
- 'null'
smtp_ssl:
smtp_ssl_mode:
type:
- string
- integer
- 'null'
imap_enabled:
type: boolean
Expand Down Expand Up @@ -2402,7 +2402,7 @@ paths:
- automatic_membership_email_domains
- smtp_server
- smtp_port
- smtp_ssl
- smtp_ssl_mode
- imap_server
- imap_port
- imap_ssl
Expand Down Expand Up @@ -5111,7 +5111,7 @@ paths:
type: string
is_flag:
type: boolean
is_custom_flag:
require_message:
type: boolean
enabled:
type: boolean
Expand All @@ -5126,7 +5126,7 @@ paths:
- description
- short_description
- is_flag
- is_custom_flag
- require_message
- enabled
- applies_to
- is_used
Expand All @@ -5152,7 +5152,7 @@ paths:
type: string
is_flag:
type: boolean
is_custom_flag:
require_message:
type: boolean
enabled:
type: boolean
Expand All @@ -5167,7 +5167,7 @@ paths:
- description
- short_description
- is_flag
- is_custom_flag
- require_message
- enabled
- applies_to
- is_used
Expand Down

0 comments on commit 97533a5

Please sign in to comment.