provider files.remotefiles POST /files.remote.update
@utdk/slack /files.remote.update
files_remote_update
Updates an existing remote file.

Try it

Authentication
Configure credentials for Slack Web API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

filesRemoteUpdate
POST/files.remote.update
Updates an existing remote file.

Input

Creator defined GUID for the file.

URL of the remote file.

Specify a file by providing its ID.

type of file

File containing contents that can be used to improve searchability for the remote file.

Preview of the document via `multipart/form-data`.

Title of the file being shared.

Authentication token. Requires scope: `remote_files:write`

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import slack from '@utdk/slack';

await slack.filesRemoteUpdate()