Update plugins/modules/slack.py

docs(slack): unify file upload API links

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Matthias 2025-03-27 10:57:08 +01:00 committed by GitHub
parent c0d8ffc444
commit 37a2fd9e3a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -148,8 +148,8 @@ options:
type: dict
description:
- Specify details to upload a file to Slack. The file can include metadata such as an initial comment, alt text, snipped and title.
- See Slack's file upload API for details at U(https://api.slack.com/methods/files.getUploadURLExternal).
- See Slack's file upload API for details at U(https://api.slack.com/methods/files.completeUploadExternal).
- See Slack's file upload API for details at U(https://api.slack.com/methods/files.getUploadURLExternal) or
U(https://api.slack.com/methods/files.completeUploadExternal).
suboptions:
path:
type: str