com.atproto.admin.update_account_handle#
- pydantic model atproto.xrpc_client.models.com.atproto.admin.update_account_handle.Data#
Bases:
DataModelBase
Input data model for
com.atproto.admin.updateAccountHandle
.Show JSON schema
{ "title": "Data", "description": "Input data model for :obj:`com.atproto.admin.updateAccountHandle`.", "type": "object", "properties": { "did": { "title": "Did", "type": "string" }, "handle": { "title": "Handle", "type": "string" } }, "additionalProperties": false, "required": [ "did", "handle" ] }
- Fields:
- field did: str [Required]#
Did.
- field handle: str [Required]#
Handle.