diff options
author | Lucas Declercq <lucas.declercq@ineat-conseil.fr> | 2018-10-08 14:45:22 +0200 |
---|---|---|
committer | Lucas Declercq <lucas.declercq@ineat-conseil.fr> | 2018-10-08 14:45:22 +0200 |
commit | 7f2cfe3a792856f7de6f1d13688aa3d06ec1bf70 (patch) | |
tree | 8042222877ed6dc983ff0e13ea3ec56aa1a4386a /support/doc/api/openapi.yaml | |
parent | 4ffdcfc63b8c804a0aea20609544c859ab57318b (diff) | |
download | PeerTube-7f2cfe3a792856f7de6f1d13688aa3d06ec1bf70.tar.gz PeerTube-7f2cfe3a792856f7de6f1d13688aa3d06ec1bf70.tar.zst PeerTube-7f2cfe3a792856f7de6f1d13688aa3d06ec1bf70.zip |
Rename downloadingEnabled property to downloadEnabled
Diffstat (limited to 'support/doc/api/openapi.yaml')
-rw-r--r-- | support/doc/api/openapi.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 9ce24c0ed..8ff81d317 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -536,7 +536,7 @@ paths: | |||
536 | - $ref: "videos.yaml#/parameters/name" | 536 | - $ref: "videos.yaml#/parameters/name" |
537 | - $ref: "videos.yaml#/parameters/tags" | 537 | - $ref: "videos.yaml#/parameters/tags" |
538 | - $ref: "videos.yaml#/parameters/commentsEnabled" | 538 | - $ref: "videos.yaml#/parameters/commentsEnabled" |
539 | - $ref: "videos.yaml#/parameters/downloadingEnabled" | 539 | - $ref: "videos.yaml#/parameters/downloadEnabled" |
540 | - $ref: "videos.yaml#/parameters/privacy" | 540 | - $ref: "videos.yaml#/parameters/privacy" |
541 | - $ref: "videos.yaml#/parameters/scheduleUpdate" | 541 | - $ref: "videos.yaml#/parameters/scheduleUpdate" |
542 | responses: | 542 | responses: |
@@ -633,7 +633,7 @@ paths: | |||
633 | - $ref: "videos.yaml#/parameters/name" | 633 | - $ref: "videos.yaml#/parameters/name" |
634 | - $ref: "videos.yaml#/parameters/tags" | 634 | - $ref: "videos.yaml#/parameters/tags" |
635 | - $ref: "videos.yaml#/parameters/commentsEnabled" | 635 | - $ref: "videos.yaml#/parameters/commentsEnabled" |
636 | - $ref: "videos.yaml#/parameters/downloadingEnabled" | 636 | - $ref: "videos.yaml#/parameters/downloadEnabled" |
637 | - $ref: "videos.yaml#/parameters/privacy" | 637 | - $ref: "videos.yaml#/parameters/privacy" |
638 | - $ref: "videos.yaml#/parameters/scheduleUpdate" | 638 | - $ref: "videos.yaml#/parameters/scheduleUpdate" |
639 | responses: | 639 | responses: |