643 matches
100 actions
PeerTube
100 actions
- Accept a pending follower to your serverPOSTv1.0.0
- Add message to an abusePOSTv1.0.0
- Add subscription to my userPOSTv1.0.0
- Block a serverPOSTv1.0.0
- Block an accountPOSTv1.0.0
- Check video exists in my playlistsGETv1.0.0
- Create a livePOSTv1.0.0
- Create a synchronization for a video channelPOSTv1.0.0
- Create a transcoding jobPOSTv1.0.0
- Create a userPOSTv1.0.0
- Create a video channelPOSTv1.0.0
- Create a video playlistPOSTv1.0.0
- Create playback metricsPOSTv1.0.0
- Follow a list of actors (PeerTube instance, channel or account)POSTv1.0.0
- Get a pluginGETv1.0.0
- Get a plugin's public settingsGETv1.0.0
- Get a plugin's registered settingsGETv1.0.0
- Get a threadGETv1.0.0
- Get a userGETv1.0.0
- Get a videoGETv1.0.0
- Get a video channelGETv1.0.0
- Get a video playlistGETv1.0.0
- Get an accountGETv1.0.0
- Get block status of accounts/hostsGETv1.0.0
- Get complete video descriptionGETv1.0.0
- Get if subscriptions exist for my userGETv1.0.0
- Get information about a liveGETv1.0.0
- Get instance "About" informationGETv1.0.0
- Get instance audit logsGETv1.0.0
- Get instance custom homepageGETv1.0.0
- Get instance logsGETv1.0.0
- Get instance public configurationGETv1.0.0
- Get instance runtime configurationGETv1.0.0
- Get instance statsGETv1.0.0
- Get live session of a replayGETv1.0.0
- Get my user informationGETv1.0.0
- Get my user subscriptionsGETv1.0.0
- Get my user used quotaGETv1.0.0
- Get overall stats of a videoGETv1.0.0
- Get private HLS video fileGETv1.0.0
- Get private WebTorrent video fileGETv1.0.0
- Get public HLS video fileGETv1.0.0
- Get public WebTorrent video fileGETv1.0.0
- Get rate of my user for a videoGETv1.0.0
- Get retention stats of a videoGETv1.0.0
- Get subscription of my userGETv1.0.0
- Get timeserie stats of a videoGETv1.0.0
- Get video source file metadataPOSTv1.0.0
- Get videos of my userGETv1.0.0
- List abusesGETv1.0.0
- List account blocksGETv1.0.0
- List accountsGETv1.0.0
- List available playlist privacy policiesGETv1.0.0
- List available pluginsGETv1.0.0
- List available video categoriesGETv1.0.0
- List available video languagesGETv1.0.0
- List available video licencesGETv1.0.0
- List available video privacy policiesGETv1.0.0
- List captions of a videoGETv1.0.0
- List comments on videosGETv1.0.0
- List followers of a video channelGETv1.0.0
- List followers of an accountGETv1.0.0
- List instance jobsGETv1.0.0
- List instances followed by the serverGETv1.0.0
- List instances following the serverGETv1.0.0
- List live sessionsGETv1.0.0
- List messages of an abuseGETv1.0.0
- List my abusesGETv1.0.0
- List my notificationsGETv1.0.0
- List playlists of a channelGETv1.0.0
- List playlists of an accountGETv1.0.0
- List pluginsGETv1.0.0
- List ratings of an accountGETv1.0.0
- List registrationsGETv1.0.0
- List server blocksGETv1.0.0
- List the synchronizations of video channels of an accountGETv1.0.0
- List threads of a videoGETv1.0.0
- List usersGETv1.0.0
- List video blocksGETv1.0.0
- List video channelsGETv1.0.0
- List video channels of an accountGETv1.0.0
- List video ownership changesGETv1.0.0
- List video playlistsGETv1.0.0
- List videosGETv1.0.0
- List videosGETv1.0.0
- List videos being mirroredGETv1.0.0
- List videos of a playlistGETv1.0.0
- List videos of a video channelGETv1.0.0
- List videos of an accountGETv1.0.0
- List videos of subscriptions of my userGETv1.0.0
- List watched videos historyGETv1.0.0
- Mark all my notification as readPOSTv1.0.0
- Mark notifications as read by their idPOSTv1.0.0
- Pause job queuePOSTv1.0.0
- Reject a pending follower to your serverPOSTv1.0.0
- Report an abusePOSTv1.0.0
- Resume job queuePOSTv1.0.0
- Search channelsGETv1.0.0
- Search playlistsGETv1.0.0
- Update my user avatarPOSTv1.0.0
Social/PeerTube
Get a plugin's registered settings
v1.0.0Input
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
{
"type": "object",
"properties": {
"npmName": {
"type": "string"
}
},
"required": [
"npmName"
],
"additionalProperties": false
}Output
- 1
- 2
- 3
{
"type": "object"
}