Skip to content

Instantly share code, notes, and snippets.

@artrey
Created February 21, 2022 21:31
Show Gist options
  • Save artrey/51599894e04d977edaee002a87ebec22 to your computer and use it in GitHub Desktop.
Save artrey/51599894e04d977edaee002a87ebec22 to your computer and use it in GitHub Desktop.
How to send file via VS Code RestClient
PATCH {{baseUrl}}/users/me/
Authorization: JWT {{token}}
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary

------WebKitFormBoundary
Content-Disposition: form-data; name="photo"; filename="demo-name.png"
Content-Type: image/png

< /home/alexander/Pictures/google-calendar.png
------WebKitFormBoundary--
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment