1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-06-02 23:27:50 +02:00
2024-08-13 15:52:26 +03:00

40 lines
618 B
Markdown

---
sidebar_position: 5
---
# Make file public
Creates a public URL for the file. Requires user token
`Function MakeFilePublic(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
<br/>
```bsl title="Code example"
```
```sh title="CLI command example"
oint slack MakeFilePublic --token %token% --fileid %fileid%
```
```json title="Result"
```