Update Store Logo
Designing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
Request Code Samples
curl --location --request PUT 'https://mock.apidog.com/m1/405580-0-default/store-logo' \
--header 'Authorization: Bearer <token>' \
--form 'file=""'
Responses
application/json {
"data": {
"received-bytes": 0,
"stored-bytes": 0
}
}
Modified at 2024-05-17 17:09:31