Skip to content

Commit

Permalink
Add 'default' to formally enforce the description
Browse files Browse the repository at this point in the history
A quick follow up on matrix-org#1265.

Signed-off-by: Alexey Rusakov <Alexey.Rusakov@pm.me>
  • Loading branch information
KitsuneRal committed Jul 4, 2018
1 parent d02e9b8 commit a104f8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/client-server/content-repo.yaml
Expand Up @@ -100,6 +100,7 @@ paths:
name: allow_remote
x-example: false
required: false
default: true
description: |
Indicates to the server that it should not attempt to fetch the media if it is deemed
remote. This is to prevent routing loops where the server contacts itself. Defaults to
Expand Down Expand Up @@ -154,6 +155,7 @@ paths:
name: allow_remote
x-example: false
required: false
default: true
description: |
Indicates to the server that it should not attempt to fetch the media if it is deemed
remote. This is to prevent routing loops where the server contacts itself. Defaults to
Expand Down Expand Up @@ -221,6 +223,7 @@ paths:
name: allow_remote
x-example: false
required: false
default: true
description: |
Indicates to the server that it should not attempt to fetch the media if it is deemed
remote. This is to prevent routing loops where the server contacts itself. Defaults to
Expand Down

0 comments on commit a104f8d

Please sign in to comment.