games.gamesgamesgamesgames.org.createProfile

lexicon.store View official

Documentation

Create the authenticated user's organization profile.

main procedure

Create the authenticated user's organization profile.

Input

Encodingapplication/json
avatar blob Optional

No description available.

maxSize: 10.0 MB
country string Optional

No description available.

createdAt stringdatetime Optional

An RFC 3339 formatted timestamp.

description string Optional

No description available.

maxLength: 3000 bytes
descriptionFacets array Optional

Annotations of text (mentions, URLs, hashtags, etc)

displayName string Optional

No description available.

maxLength: 640 bytes
foundedAt stringdatetime Optional

An RFC 3339 formatted timestamp.

media array Optional

No description available.

parent stringat-uri Optional

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

status string Optional

No description available.

websites array Optional

No description available.

Output

Encodingapplication/json
cid string Required

No description available.

uri stringat-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

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",
      "properties": {
        "media": {
          "type": "array",
          "items": {
            "ref": "games.gamesgamesgamesgames.defs#mediaItem",
            "type": "ref"
          }
        },
        "avatar": {
          "type": "blob",
          "accept": [
            "image/png",
            "image/jpeg"
          ],
          "maxSize": 10000000
        },
        "parent": {
          "type": "string",
          "format": "at-uri"
        },
        "status": {
          "type": "string",
          "knownValues": [
            "active",
            "inactive",
            "merged",
            "acquired",
            "defunct"
          ]
        },
        "country": {
          "type": "string"
        },
        "websites": {
          "type": "array",
          "items": {
            "ref": "games.gamesgamesgamesgames.defs#website",
            "type": "ref"
          }
        },
        "createdAt": {
          "type": "string",
          "format": "datetime"
        },
        "foundedAt": {
          "type": "string",
          "format": "datetime"
        },
        "description": {
          "type": "string",
          "maxLength": 3000
        },
        "displayName": {
          "type": "string",
          "maxLength": 640
        },
        "descriptionFacets": {
          "type": "array",
          "items": {
            "ref": "app.bsky.richtext.facet",
            "type": "ref"
          },
          "description": "Annotations of text (mentions, URLs, hashtags, etc)"
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "uri",
        "cid"
      ],
      "properties": {
        "cid": {
          "type": "string"
        },
        "uri": {
          "type": "string",
          "format": "at-uri"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Create the authenticated user's organization profile."
}

Lexicon Garden

@