mirror of https://github.com/Chocobozzz/PeerTube
Updated notification types in openapi reference
Relates to https://github.com/Chocobozzz/PeerTube/issues/1565pull/4696/head
parent
5e3d29ab21
commit
597da8dd81
|
@ -1,7 +1,7 @@
|
||||||
openapi: 3.0.0
|
openapi: 3.0.0
|
||||||
info:
|
info:
|
||||||
title: PeerTube
|
title: PeerTube
|
||||||
version: 3.3.0
|
version: 4.0.0
|
||||||
contact:
|
contact:
|
||||||
name: PeerTube Community
|
name: PeerTube Community
|
||||||
url: https://joinpeertube.org
|
url: https://joinpeertube.org
|
||||||
|
@ -7228,6 +7228,14 @@ components:
|
||||||
- `13` NEW_INSTANCE_FOLLOWER
|
- `13` NEW_INSTANCE_FOLLOWER
|
||||||
|
|
||||||
- `14` AUTO_INSTANCE_FOLLOWING
|
- `14` AUTO_INSTANCE_FOLLOWING
|
||||||
|
|
||||||
|
- `15` ABUSE_STATE_CHANGE
|
||||||
|
|
||||||
|
- `16` ABUSE_NEW_MESSAGE
|
||||||
|
|
||||||
|
- `17` NEW_PLUGIN_VERSION
|
||||||
|
|
||||||
|
- `18` NEW_PEERTUBE_VERSION
|
||||||
read:
|
read:
|
||||||
type: boolean
|
type: boolean
|
||||||
video:
|
video:
|
||||||
|
|
Loading…
Reference in New Issue