at.ducs.users.updateProfile

ducs.at

Documentation

main procedure

No description available.

Input

Encodingapplication/json
avatar string OptionalNullable

An 'image/png' or 'image/jpeg' encoded as a base64 data URL

displayName string OptionalNullable

No description available.

Output

Encodingapplication/json

Errors

invalidAvatarData
avatarUploadFailed
profileUpdateFailed
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)
Enter valid JSON for the request body
View raw schema
{
  "type": "procedure",
  "input": {
    "schema": {
      "type": "object",
      "nullable": [
        "displayName",
        "avatar"
      ],
      "properties": {
        "avatar": {
          "type": "string",
          "description": "An 'image/png' or 'image/jpeg' encoded as a base64 data URL"
        },
        "displayName": {
          "type": "string"
        }
      }
    },
    "encoding": "application/json"
  },
  "errors": [
    {
      "name": "invalidAvatarData"
    },
    {
      "name": "avatarUploadFailed"
    },
    {
      "name": "profileUpdateFailed"
    }
  ],
  "output": {
    "schema": {
      "ref": "at.ducs.users.defs#profile",
      "type": "ref"
    },
    "encoding": "application/json"
  }
}

Lexicon Garden

@