Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 921 Bytes

comatprotoadminenableaccountinvitesrequestbody.md

File metadata and controls

18 lines (13 loc) · 921 Bytes

ComAtprotoAdminEnableAccountInvitesRequestBody

Example Usage

import { ComAtprotoAdminEnableAccountInvitesRequestBody } from "@speakeasy-api/bluesky/models/operations";

let value: ComAtprotoAdminEnableAccountInvitesRequestBody = {
  account: "<id>",
};

Fields

Field Type Required Description
account string ✔️ N/A
note string Optional reason for enabled invites.