atproto blogging
at main 24 lines 470 B view raw
1{ 2 "lexicon": 1, 3 "id": "com.atproto.server.revokeAppPassword", 4 "defs": { 5 "main": { 6 "type": "procedure", 7 "description": "Revoke an App Password by name.", 8 "input": { 9 "encoding": "application/json", 10 "schema": { 11 "type": "object", 12 "required": [ 13 "name" 14 ], 15 "properties": { 16 "name": { 17 "type": "string" 18 } 19 } 20 } 21 } 22 } 23 } 24}