ProtoRune.Com.Atproto.Admin.UpdateSubjectStatus (proto_rune v0.1.1)
Generated procedure module for main
Description: Update the service-specific admin status of a subject (account, record, or blob).
Summary
Types
Link to this type
input()
@type input() :: %{ deactivated: ProtoRune.Com.Atproto.Admin.Defs.StatusAttr.t(), subject: ProtoRune.Com.Atproto.Admin.Defs.RepoRef.t() | ProtoRune.Com.Atproto.Repo.StrongRef.t() | ProtoRune.Com.Atproto.Admin.Defs.RepoBlobRef.t(), takedown: ProtoRune.Com.Atproto.Admin.Defs.StatusAttr.t() }
Link to this type
output()
@type output() :: %{ subject: ProtoRune.Com.Atproto.Admin.Defs.RepoRef.t() | ProtoRune.Com.Atproto.Repo.StrongRef.t() | ProtoRune.Com.Atproto.Admin.Defs.RepoBlobRef.t(), takedown: ProtoRune.Com.Atproto.Admin.Defs.StatusAttr.t() }