mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-09 12:10:31 -07:00
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:
parent
c0d8ffc444
commit
37a2fd9e3a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue