{
"id": "rip.pds.account.extendExpiry",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"did"
],
"properties": {
"did": {
"type": "string",
"format": "did"
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "AccountNotFound",
"description": "No live account with that DID was minted by the caller."
},
{
"name": "MaximumLifetimeReached",
"description": "The account is already at the server's maximum lifetime."
}
],
"output": {
"schema": {
"type": "object",
"required": [
"account",
"maxExpiresAt"
],
"properties": {
"account": {
"ref": "rip.pds.account.defs#accountView",
"type": "ref"
},
"maxExpiresAt": {
"type": "string",
"format": "datetime",
"description": "The furthest this account can ever be extended to."
}
}
},
"encoding": "application/json"
},
"description": "Push out the expiry of an account the caller minted, up to the server's maximum lifetime."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:w24v65i3bcsxk6mbbgfdukve
- CID
-
bafyreic5p7n7i7g3yrs7zleng554u47r3oen2bhxzbmosp5ulxqm3cqqcy
- Indexed At
- 2026-09-18 06:29 UTC
- AT-URI
-
at://did:plc:w24v65i3bcsxk6mbbgfdukve/com.atproto.lexicon.schema/rip.pds.account.extendExpiry