Skala
Storage bins

Update a storage bin

Partially updates specific fields of an existing storage bin without affecting the rest of the data.

PATCH
/api/storage_bins/{id}

Partially updates specific fields of an existing storage bin without affecting the rest of the data.

AuthorizationBearer <token>

In: header

Path Parameters

id*string

StorageBin identifier

Request Body

application/merge-patch+json

The updated StorageBin resource

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://api.skalasuite.com/api/storage_bins/string" \  -H "Content-Type: application/merge-patch+json" \  -d ''
{
  "id": 0,
  "name": "string"
}
Empty
Empty
Empty