Storage bins
Replace a storage bin
Completely replaces the data of an existing storage bin with the provided payload.
Completely replaces the data of an existing storage bin with the provided payload.
AuthorizationBearer <token>
In: header
Path Parameters
id*string
StorageBin identifier
Request Body
application/json
The updated StorageBin resource
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PUT "https://api.skalasuite.com/api/storage_bins/string" \ -H "Content-Type: application/json" \ -d '{}'{
"id": 0,
"name": "string"
}Empty
Empty
Empty
