532681d5c0
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
26 lines
535 B
JSON
26 lines
535 B
JSON
{
|
|
"id": "com.atproto.server.requestPasswordReset",
|
|
"defs": {
|
|
"main": {
|
|
"type": "procedure",
|
|
"input": {
|
|
"schema": {
|
|
"type": "object",
|
|
"required": [
|
|
"email"
|
|
],
|
|
"properties": {
|
|
"email": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
},
|
|
"encoding": "application/json"
|
|
},
|
|
"description": "Initiate a user account password reset via email."
|
|
}
|
|
},
|
|
"$type": "com.atproto.lexicon.schema",
|
|
"lexicon": 1
|
|
}
|