1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-29 21:57:16 +02:00

40 lines
624 B
Markdown
Raw Normal View History

---
sidebar_position: 6
---
# Make file private
Removes the public URL from the file. Requires user token
2024-07-10 13:58:29 +03:00
`Function MakeFilePrivate(Val Token, Val FileID) Export`
| Parameter | CLI option | Type | Description |
|-|-|-|-|
| Token | --token | String | User token |
| FileID | --fileid | String | File identifier |
Returns: Map Of KeyAndValue - Serialized JSON response from Slack
2024-07-10 14:05:58 +03:00
<br/>
2024-07-10 13:58:29 +03:00
```bsl title="Code example"
```
```sh title="CLI command example"
oint slack MakeFilePrivate --token %token% --fileid %fileid%
```
```json title="Result"
```