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
commit 37a2fd9e3a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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