1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-16 05:06:02 +02:00
OpenIntegrations/docs/en/md/Slack/File-managment/Make-file-public.md

35 lines
543 B
Markdown
Raw Normal View History

---
sidebar_position: 5
---
# Make file public
Creates a public URL for the file. Requires user token
2024-07-10 12:58:29 +02:00
`Function MakeFilePublic(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
2024-07-10 13:05:58 +02:00
<br/>
2024-07-10 12:58:29 +02:00
```sh title="CLI command example"
oint slack MakeFilePublic --token %token% --fileid %fileid%
```