Update Brand
PATCH
https://shop-api.imbeltagy.tech/brands/staff/{id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://shop-api.imbeltagy.tech/brands/staff/' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: text/plain' \
--data-raw ''
Response Response Example
{}
Request
Path Params
id
string
required
Header Params
Authorization
string
required
Example:
Bearer {{token}}
Responses
Modified at 2025-06-21 01:15:40