1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-18 23:48:56 +02:00
OpenIntegrations/docs/en/md/Slack/File-managment/Make-file-public.md
2024-07-10 14:33:00 +03:00

543 B

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: Map Of KeyAndValue - Serialized JSON response from Slack


 
 oint slack MakeFilePublic --token %token% --fileid %fileid%