Create or update the authenticated user's organization profile.
Input
application/jsonavatar
blob
Optional
No description available.
maxSize: 10.0 MBcountry
string
Optional
No description available.
createdAt
stringdatetime
Optional
An RFC 3339 formatted timestamp.
description
string
Optional
No description available.
maxLength: 3000 bytesdescriptionFacets
array
Optional
Annotations of text (mentions, URLs, hashtags, etc)
displayName
string
Optional
No description available.
maxLength: 640 bytesfoundedAt
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
application/jsoncid
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.
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 or update the authenticated user's organization profile."
}