Updates the name of an existing locker group.
Security
ApiKeyAuth
- Mock serverhttps://docs.glsnxt.com/_mock/openapi-carrier-integration-api/locker-groups/{uid}
- Staginghttps://api.staging.glsnxt.com/ooh/carrier-connector/v1/locker-groups/{uid}
- Productionhttps://api.glsnxt.com/ooh/carrier-connector/v1/locker-groups/{uid}
curl -i -X PATCH \
https://docs.glsnxt.com/_mock/openapi-carrier-integration-api/locker-groups/6838265090 \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_API_KEY_HERE' \
-d '{
"name": "Berlin North"
}'Locker group updated successfully.
The locker group type key. A locker may belong to at most one group per key.
Example:"DEPOT"
Response
{ "uid": "6838265090", "key": "DEPOT", "category": "DISTRIBUTION_CENTER", "name": "Berlin Central" }