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 9b9f988 commit b006eba
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion docs/Set-BskyActorPreferences.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,21 @@ app.bsky.actor.putPreferences



#### **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 @@ -77,5 +92,5 @@ If the command sets a ```[ConfirmImpact("Medium")]``` which is lower than ```$co

### Syntax
```PowerShell
Set-BskyActorPreferences [[-Preferences] <PSObject>] [-Raw] [-WhatIf] [-Confirm] [<CommonParameters>]
Set-BskyActorPreferences [[-Preferences] <PSObject>] [-Authorization] [-Raw] [-WhatIf] [-Confirm] [<CommonParameters>]
```

0 comments on commit b006eba

Please sign in to comment.