PeerTube · Schema

UpdateMe

VideoDecentralizedFederationOpen-SourceActivityPubSelf-HostedStreaming

Properties

Name Type Description
password object
currentPassword object
email object new email used for login and service communications
displayName string new name of the user in its representations
nsfwPolicy string new NSFW display policy
nsfwFlagsDisplayed object
nsfwFlagsHidden object
nsfwFlagsWarned object
nsfwFlagsBlurred object
p2pEnabled boolean whether to enable P2P in the player or not
autoPlayVideo boolean new preference regarding playing videos automatically
autoPlayNextVideo boolean new preference regarding playing following videos automatically
autoPlayNextVideoPlaylist boolean new preference regarding playing following playlist videos automatically
videosHistoryEnabled boolean whether to keep track of watched history or not
videoLanguages array list of languages to filter videos down to
language string default language for this user
theme string
noInstanceConfigWarningModal boolean
noAccountSetupWarningModal boolean
noWelcomeModal boolean
View JSON Schema on GitHub

JSON Schema

UpdateMe.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/peertube/main/json-schema/UpdateMe.json",
  "title": "UpdateMe",
  "properties": {
    "password": {
      "$ref": "#/components/schemas/password"
    },
    "currentPassword": {
      "$ref": "#/components/schemas/password"
    },
    "email": {
      "description": "new email used for login and service communications",
      "allOf": [
        {
          "$ref": "#/components/schemas/User/properties/email"
        }
      ]
    },
    "displayName": {
      "type": "string",
      "description": "new name of the user in its representations",
      "minLength": 3,
      "maxLength": 120
    },
    "nsfwPolicy": {
      "type": "string",
      "description": "new NSFW display policy",
      "enum": [
        "true",
        "false",
        "both"
      ]
    },
    "nsfwFlagsDisplayed": {
      "$ref": "#/components/schemas/NSFWFlag"
    },
    "nsfwFlagsHidden": {
      "$ref": "#/components/schemas/NSFWFlag"
    },
    "nsfwFlagsWarned": {
      "$ref": "#/components/schemas/NSFWFlag"
    },
    "nsfwFlagsBlurred": {
      "$ref": "#/components/schemas/NSFWFlag"
    },
    "p2pEnabled": {
      "type": "boolean",
      "description": "whether to enable P2P in the player or not"
    },
    "autoPlayVideo": {
      "type": "boolean",
      "description": "new preference regarding playing videos automatically"
    },
    "autoPlayNextVideo": {
      "type": "boolean",
      "description": "new preference regarding playing following videos automatically"
    },
    "autoPlayNextVideoPlaylist": {
      "type": "boolean",
      "description": "new preference regarding playing following playlist videos automatically"
    },
    "videosHistoryEnabled": {
      "type": "boolean",
      "description": "whether to keep track of watched history or not"
    },
    "videoLanguages": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "list of languages to filter videos down to"
    },
    "language": {
      "type": "string",
      "description": "default language for this user"
    },
    "theme": {
      "type": "string"
    },
    "noInstanceConfigWarningModal": {
      "type": "boolean"
    },
    "noAccountSetupWarningModal": {
      "type": "boolean"
    },
    "noWelcomeModal": {
      "type": "boolean"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/UpdateMe"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.