diff options
author | Chocobozzz <me@florianbigard.com> | 2023-01-20 15:34:01 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-01-20 15:34:01 +0100 |
commit | 4115f20084f302f497be9cb12237564679ca54ec (patch) | |
tree | 74cf8f5b3884edeb0b47b529cf04b306cd12b23d /support | |
parent | e854d57bed56bcbba4d191af54125ae6dd569a88 (diff) | |
download | PeerTube-4115f20084f302f497be9cb12237564679ca54ec.tar.gz PeerTube-4115f20084f302f497be9cb12237564679ca54ec.tar.zst PeerTube-4115f20084f302f497be9cb12237564679ca54ec.zip |
Add ability to not send an email for registration
Diffstat (limited to 'support')
-rw-r--r-- | support/doc/api/openapi.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 61cd6a651..f90b7f575 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -7961,6 +7961,9 @@ components: | |||
7961 | moderationResponse: | 7961 | moderationResponse: |
7962 | type: string | 7962 | type: string |
7963 | description: Moderation response to send to the user | 7963 | description: Moderation response to send to the user |
7964 | preventEmailDelivery: | ||
7965 | type: boolean | ||
7966 | description: Set it to true if you don't want PeerTube to send an email to the user | ||
7964 | required: | 7967 | required: |
7965 | - moderationResponse | 7968 | - moderationResponse |
7966 | 7969 | ||