1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-06 08:49:29 +02:00
Files
OpenIntegrations/docs/en/md/Slack/File-work/Make-file-private.md
2024-06-06 15:33:52 +03:00

606 B

sidebar_position
sidebar_position
6

Make file private

Removes the public URL from the file. Requires user token

Function MakeFilePrivate(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 MakeFilePrivate --token %token% --fileid %fileid%