app.ocho.auth.requestEmailUpdate

ocho-lexicons.ocho.app

Documentation

Request a token in order to update email.

main procedure

Request a token in order to update email.

Output

Encodingapplication/json
tokenRequired boolean Required

No description available.

Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://bsky.social)
View raw schema
{
  "type": "procedure",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "tokenRequired"
      ],
      "properties": {
        "tokenRequired": {
          "type": "boolean"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Request a token in order to update email."
}

Lexicon Garden

@