Skip to content

Commit

Permalink
Updating at protocol build and regenerating
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed Oct 3, 2023
1 parent 5d7ff65 commit 76fe733
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion docs/Send-AtProtoAdminEmail.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,21 @@ com.atproto.admin.sendEmail



#### **Authorization**

The authorization. This can be a JWT that accesses the at protocol or a credential. If this is provided as a credential the username is a handle or email and the password is the app password.






|Type |Required|Position|PipelineInput|Aliases |
|----------|--------|--------|-------------|--------------------------------------------------------------|
|`[Switch]`|false |named |false |Authentication<br/>AppPassword<br/>Credential<br/>PSCredential|



#### **Raw**

If set, will return raw results. This will ignore -Property, -DecorateProperty, -ExpandProperty, and -PSTypeName.
Expand Down Expand Up @@ -99,5 +114,5 @@ If the command sets a ```[ConfirmImpact("Medium")]``` which is lower than ```$co

### Syntax
```PowerShell
Send-AtProtoAdminEmail [[-RecipientDid] <String>] [[-Content] <String>] [[-Subject] <String>] [-Raw] [-WhatIf] [-Confirm] [<CommonParameters>]
Send-AtProtoAdminEmail [[-RecipientDid] <String>] [[-Content] <String>] [[-Subject] <String>] [-Authorization] [-Raw] [-WhatIf] [-Confirm] [<CommonParameters>]
```

0 comments on commit 76fe733

Please sign in to comment.