{
"id": "social.colibri.actor.setState",
"defs": {
"main": {
"type": "procedure",
"errors": [
{
"name": "AuthRequired",
"description": "Missing, malformed, or unverifiable service auth."
},
{
"name": "InvalidState",
"description": "The given state is not one of the accepted values."
}
],
"output": {
"schema": {
"type": "object",
"required": [
"onlineState"
],
"properties": {
"onlineState": {
"type": "string"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"state"
],
"properties": {
"state": {
"type": "string",
"description": "The presence state to set.",
"knownValues": [
"online",
"away",
"dnd",
"offline"
]
}
}
},
"description": "Sets the authenticated user's online presence state."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:mprdjqjluoswa7awzggaggj3
- CID
-
bafyreiggcqwzt4etmo7uw7fazhgaaychtxekbyl4onqiztnhowkjvdedei
- Indexed At
- 2026-07-31 21:22 UTC
- AT-URI
-
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.actor.setState
Version History (2 versions)