mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-01-02 03:38:55 +02:00
37 lines
558 B
Markdown
37 lines
558 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 | Destination |
|
||
|
|-|-|-|-|
|
||
|
| Token | --token | String | User token |
|
||
|
| FileID | --fileid | String | File identifier |
|
||
|
|
||
|
|
||
|
Returns: Key-Value Pair - Serialized JSON response from Slack
|
||
|
|
||
|
```bsl title="Code example"
|
||
|
|
||
|
|
||
|
|
||
|
```
|
||
|
|
||
|
```sh title="CLI command example"
|
||
|
|
||
|
oint slack MakeFilePublic --token %token% --fileid %fileid%
|
||
|
|
||
|
```
|
||
|
|
||
|
|
||
|
```json title="Result"
|
||
|
|
||
|
|
||
|
|
||
|
```
|