532681d5c0
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
28 lines
709 B
JSON
28 lines
709 B
JSON
{
|
|
"id": "com.atproto.identity.updateHandle",
|
|
"defs": {
|
|
"main": {
|
|
"type": "procedure",
|
|
"input": {
|
|
"schema": {
|
|
"type": "object",
|
|
"required": [
|
|
"handle"
|
|
],
|
|
"properties": {
|
|
"handle": {
|
|
"type": "string",
|
|
"format": "handle",
|
|
"description": "The new handle."
|
|
}
|
|
}
|
|
},
|
|
"encoding": "application/json"
|
|
},
|
|
"description": "Updates the current account's handle. Verifies handle validity, and updates did:plc document if necessary. Implemented by PDS, and requires auth."
|
|
}
|
|
},
|
|
"$type": "com.atproto.lexicon.schema",
|
|
"lexicon": 1
|
|
}
|