{ "opencollection": "1.0.0", "info": { "name": "PeerTube Abuses My User API", "version": "8.1.0" }, "items": [ { "info": { "name": "My User", "type": "folder" }, "items": [ { "info": { "name": "Get my user information", "type": "http" }, "http": { "method": "GET", "url": "https://peertube2.cpy.re/api/v1/users/me", "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/api/v1/users/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get my user information" }, { "info": { "name": "Update my user information", "type": "http" }, "http": { "method": "PUT", "url": "https://peertube2.cpy.re/api/v1/users/me", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/api/v1/users/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update my user information" }, { "info": { "name": "Delete my account", "type": "http" }, "http": { "method": "DELETE", "url": "https://peertube2.cpy.re/api/v1/users/me", "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/api/v1/users/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete the authenticated user's account and all associated data" }, { "info": { "name": "Get video imports of my user", "type": "http" }, "http": { "method": "GET", "url": "https://peertube2.cpy.re/api/v1/users/me/videos/imports", "params": [ { "name": "start", "value": "", "type": "query", "description": "Offset used to paginate results" }, { "name": "count", "value": "", "type": "query", "description": "Number of items to return" }, { "name": "sort", "value": "", "type": "query", "description": "Sort column" }, { "name": "includeCollaborations", "value": "", "type": "query", "description": "**PeerTube >= 8.0** Include objects from collaborated channels" }, { "name": "videoId", "value": "", "type": "query", "description": "Filter on import video ID" }, { "name": "targetUrl", "value": "", "type": "query", "description": "Filter on import target URL" }, { "name": "videoChannelSyncId", "value": "", "type": "query", "description": "Filter on imports created by a specific channel synchronization" }, { "name": "search", "value": "", "type": "query", "description": "Search in video names" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/api/v1/users/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get video imports of my user" }, { "info": { "name": "Get my user used quota", "type": "http" }, "http": { "method": "GET", "url": "https://peertube2.cpy.re/api/v1/users/me/video-quota-used", "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/api/v1/users/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get my user used quota" }, { "info": { "name": "Get rate of my user for a video", "type": "http" }, "http": { "method": "GET", "url": "https://peertube2.cpy.re/api/v1/users/me/videos/:videoIdOrUUID/rating", "params": [ { "name": "videoIdOrUUID", "value": "", "type": "path", "description": "Video id or UUID" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/api/v1/users/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get rate of my user for a video" }, { "info": { "name": "List videos of my user", "type": "http" }, "http": { "method": "GET", "url": "https://peertube2.cpy.re/api/v1/users/me/videos", "params": [ { "name": "channelNameOneOf", "value": "", "type": "query", "description": "**PeerTube >= 7.2** Filter on videos that are published by a channel with one of these names" }, { "name": "start", "value": "", "type": "query", "description": "Offset used to paginate results" }, { "name": "count", "value": "", "type": "query", "description": "Number of items to return" }, { "name": "skipCount", "value": "", "type": "query", "description": "if you don't need the `total` in the response" }, { "name": "sort", "value": "", "type": "query" }, { "name": "nsfw", "value": "", "type": "query", "description": "whether to include nsfw videos, if any" }, { "name": "nsfwFlagsIncluded", "value": "", "type": "query" }, { "name": "nsfwFlagsExcluded", "value": "", "type": "query" }, { "name": "isLive", "value": "", "type": "query", "description": "whether or not the video is a live" }, { "name": "includeScheduledLive", "value": "", "type": "query", "description": "whether or not include live that are scheduled for later" }, { "name": "categoryOneOf", "value": "", "type": "query", "description": "category id of the video (see [/videos/categories](#operation/getCategories))" }, { "name": "licenceOneOf", "value": "", "type": "query", "description": "licence id of the video (see [/videos/licences](#operation/getLicences))" }, { "name": "languageOneOf", "value": "", "type": "query", "description": "language id of the video (see [/videos/languages](#operation/getLanguages)). Use `_unknown` to filter on videos that don't have a video language" }, { "name": "tagsOneOf", "value": "", "type": "query", "description": "tag(s) of the video" }, { "name": "tagsAllOf", "value": "", "type": "query", "description": "tag(s) of the video, where all should be present in the video" }, { "name": "isLocal", "value": "", "type": "query", "description": "**PeerTube >= 4.0** Display only local or remote objects" }, { "name": "include", "value": "", "type": "query", "description": "**Only administrators and moderators can use this parameter**\n\nInclude additional videos in results (can be combined using bitwise or operator)\n- `0` NONE\n- `1` NOT_PUBLISHED_STATE\n- `2` BLACKLISTED\n- `4` BLOCKED_OWNER\n- `8` FILES\n- `16` CAPTIONS\n- `32` VIDEO SOURCE\n" }, { "name": "hasHLSFiles", "value": "", "type": "query", "description": "**PeerTube >= 4.0** Display only videos that have HLS files" }, { "name": "hasWebVideoFiles", "value": "", "type": "query", "description": "**PeerTube >= 6.0** Display only videos that have Web Video files" }, { "name": "host", "value": "", "type": "query", "description": "Find elements owned by this host" }, { "name": "autoTagOneOf", "value": "", "type": "query", "description": "**PeerTube >= 6.2** **Admins and moderators only** filter on videos that contain one of these automatic tags" }, { "name": "stateOneOf", "value": "", "type": "query", "description": "**PeerTube >= 8.2** **Admins and moderators only** filter on videos that have one of these states" }, { "name": "privacyOneOf", "value": "", "type": "query", "description": "**PeerTube >= 4.0** Display only videos in this specific privacy/privacies" }, { "name": "excludeAlreadyWatched", "value": "", "type": "query", "description": "Whether or not to exclude videos that are in the user's video history" }, { "name": "search", "value": "", "type": "query", "description": "Plain text search, applied to various parts of the model depending on endpoint" }, { "name": "includeCollaborations", "value": "", "type": "query", "description": "**PeerTube >= 8.0** Include objects from collaborated channels" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/api/v1/users/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List videos of my user" }, { "info": { "name": "Mark feature info as read", "type": "http" }, "http": { "method": "POST", "url": "https://peertube2.cpy.re/api/v1/users/me/new-feature-info/read", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/api/v1/users/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "**PeerTube >= v8.0.0" }, { "info": { "name": "Update my user avatar", "type": "http" }, "http": { "method": "POST", "url": "https://peertube2.cpy.re/api/v1/users/me/avatar/pick", "body": { "type": "multipart-form", "data": [ { "name": "avatarfile", "type": "text", "value": "" } ] }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/api/v1/users/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update my user avatar" }, { "info": { "name": "Delete my avatar", "type": "http" }, "http": { "method": "DELETE", "url": "https://peertube2.cpy.re/api/v1/users/me/avatar", "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/api/v1/users/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete my avatar" }, { "info": { "name": "List my abuses", "type": "http" }, "http": { "method": "GET", "url": "https://peertube2.cpy.re/api/v1/users/me/abuses", "params": [ { "name": "id", "value": "", "type": "query", "description": "only list the report with this id" }, { "name": "state", "value": "", "type": "query" }, { "name": "sort", "value": "", "type": "query", "description": "Sort abuses by criteria" }, { "name": "start", "value": "", "type": "query", "description": "Offset used to paginate results" }, { "name": "count", "value": "", "type": "query", "description": "Number of items to return" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/api/v1/users/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List my abuses" } ] } ], "bundled": true }