Edit Status Staff
Testing
PATCH
/store/staff/{id}
BosOnline/Staff
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH '/store/staff/5' \
--header 'Content-Type: application/json' \
--data-raw '{
"status":0
}'
Response Response Example
200 - Success
{
"message": "Staff member updated successfully"
}
Request
Path Params
id
string
required
Example:
5
Body Params application/json
Responses
Modified at 2025-06-19 10:04:03