Add a bearer token to the posting-to-uploadMedia example
This commit is contained in:
parent
1cc5e8d25e
commit
d05e0f515a
|
@ -1400,6 +1400,7 @@
|
|||
POST /ben/endpoints/uploadMedia/ HTTP/1.1
|
||||
Host: chatty.example
|
||||
Content-Type: multipart/form-data; boundary=bfe40faf4ef
|
||||
Authorization: Bearer XXXXXXXXXXX
|
||||
|
||||
--bfe40faf4ef
|
||||
Content-Disposition: form-data; name="object"
|
||||
|
|
Loading…
Reference in New Issue