diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-02-21 21:25:49 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-02-21 21:25:55 +0100 |
commit | f30736c8917e66ed8940dd664d75826dc5a2853b (patch) | |
tree | 6d0cba2810ced32b79de2e4655853299127b4a77 /support | |
parent | 555fdc8c79d6577b1fb048ac928b8376a81ffd67 (diff) | |
download | PeerTube-f30736c8917e66ed8940dd664d75826dc5a2853b.tar.gz PeerTube-f30736c8917e66ed8940dd664d75826dc5a2853b.tar.zst PeerTube-f30736c8917e66ed8940dd664d75826dc5a2853b.zip |
Minor update to the OpenAPI: instance config recent additions
Diffstat (limited to 'support')
-rw-r--r-- | support/doc/api/openapi.yaml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 40f7e0cdd..42430ba40 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -2387,6 +2387,16 @@ components: | |||
2387 | type: string | 2387 | type: string |
2388 | css: | 2388 | css: |
2389 | type: string | 2389 | type: string |
2390 | search: | ||
2391 | type: object | ||
2392 | properties: | ||
2393 | remoteUri: | ||
2394 | type: object | ||
2395 | properties: | ||
2396 | users: | ||
2397 | type: boolean | ||
2398 | anonymous: | ||
2399 | type: boolean | ||
2390 | plugin: | 2400 | plugin: |
2391 | type: object | 2401 | type: object |
2392 | properties: | 2402 | properties: |
@@ -2432,6 +2442,11 @@ components: | |||
2432 | properties: | 2442 | properties: |
2433 | enabled: | 2443 | enabled: |
2434 | type: boolean | 2444 | type: boolean |
2445 | webtorrent: | ||
2446 | type: object | ||
2447 | properties: | ||
2448 | enabled: | ||
2449 | type: boolean | ||
2435 | enabledResolutions: | 2450 | enabledResolutions: |
2436 | type: array | 2451 | type: array |
2437 | items: | 2452 | items: |
@@ -2535,6 +2550,17 @@ components: | |||
2535 | properties: | 2550 | properties: |
2536 | enabled: | 2551 | enabled: |
2537 | type: boolean | 2552 | type: boolean |
2553 | followings: | ||
2554 | type: object | ||
2555 | properties: | ||
2556 | instance: | ||
2557 | type: object | ||
2558 | properties: | ||
2559 | autoFollowIndex: | ||
2560 | type: object | ||
2561 | properties: | ||
2562 | indexUrl: | ||
2563 | type: string | ||
2538 | ServerConfigAbout: | 2564 | ServerConfigAbout: |
2539 | properties: | 2565 | properties: |
2540 | instance: | 2566 | instance: |