diff options
Diffstat (limited to 'support/doc')
-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 | ||