Submit a new ownership claim for game or organization records.
Input
Encoding
application/jsoncontact
string
Required
No description available.
maxGraphemes: 500 graphemesgames
array
Optional
No description available.
message
string
Optional
No description available.
maxGraphemes: 3000 graphemesorg
stringat-uri
Optional
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
type
string
Required
No description available.
Output
Encoding
application/jsonuri
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",
"required": [
"type",
"contact"
],
"properties": {
"org": {
"type": "string",
"format": "at-uri"
},
"type": {
"type": "string"
},
"games": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri"
}
},
"contact": {
"type": "string",
"maxGraphemes": 500
},
"message": {
"type": "string",
"maxGraphemes": 3000
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"required": [
"uri"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri"
}
}
},
"encoding": "application/json"
},
"description": "Submit a new ownership claim for game or organization records."
}