Difference between revisions of "Curl -F"
Jump to navigation
Jump to search
(Created page with "{{lowercase}} curl -F token=xoxp-... -F team_id=T1234 -F user_id=U1234 https://slack.com/api/admin.users.remove == See also == * {{curl}} Category:Curl") |
|||
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
[[curl]] -F token=xoxp-... -F team_id=T1234 -F user_id=U1234 https://slack.com/api/admin.users.remove | [[curl]] -F token=xoxp-... -F team_id=T1234 -F user_id=U1234 https://slack.com/api/admin.users.remove | ||
+ | |||
+ | [[curl --help]] | ||
+ | -F, --form <name=content> Specify multipart [[MIME]] data | ||
+ | --form-string <name=string> Specify multipart MIME data | ||
Revision as of 17:42, 6 October 2021
curl -F token=xoxp-... -F team_id=T1234 -F user_id=U1234 https://slack.com/api/admin.users.remove
curl --help -F, --form <name=content> Specify multipart MIME data --form-string <name=string> Specify multipart MIME data
See also
Advertising: