Difference between revisions of "Curl -F"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
  
 +
[[curl --help]]
 +
-F, --form <name=content> Specify multipart [[MIME]] data
 +
    --form-string <name=string> Specify multipart MIME data
  
 
[[Slack API]]
 
[[Slack API]]
 
   [[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 18:25, 7 October 2021

curl --help
-F, --form <name=content> Specify multipart MIME data
    --form-string <name=string> Specify multipart MIME data

Slack API

 curl -F token=xoxp-... -F team_id=T1234 -F user_id=U1234 https://slack.com/api/admin.users.remove


See also

Advertising: