Skip to content

Commit dfe3f64

Browse files
committed
Added 'txt' to supported formats for export endpoint
1 parent f00a80c commit dfe3f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Raindrop.API/Public/Export/Export-Raindrop.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function Export-Raindrop {
77
[int] $CollectionId = 0,
88

99
[Parameter(Mandatory = $true)]
10-
[ValidateSet("csv", "html", "zip")]
10+
[ValidateSet("csv", "html", "zip", "txt")]
1111
[string] $Format,
1212

1313
[Parameter(Mandatory = $false)]

0 commit comments

Comments
 (0)