1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-07 15:20:39 +02:00
2024-07-10 14:33:00 +03:00

35 lines
549 B
Markdown

---
sidebar_position: 6
---
# Make file private
Removes the public URL from the file. Requires user token
`Function MakeFilePrivate(Val Token, Val FileID) Export`
| Parameter | CLI option | Type | Destination |
|-|-|-|-|
| Token | --token | String | User token |
| FileID | --fileid | String | File identifier |
Returns: Map Of KeyAndValue - Serialized JSON response from Slack
<br/>
```sh title="CLI command example"
oint slack MakeFilePrivate --token %token% --fileid %fileid%
```