InventoryLocation types

Update Location Type

Update a location type by ID

PATCH
/shipos/location-types/{location_type_id}
x-access-token<token>

In: header

Path Parameters

location_type_id*string

The ID of the location type to be updated

Request Body

application/json

The new values for the location type

The new values for the location type

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X PATCH "https://example.com/shipos/location-types/string" \  -H "Content-Type: application/json" \  -d '{}'
{  "team_id": "string",  "updated_at": "2019-08-24T14:15:22Z",  "created_at": "2019-08-24T14:15:22Z",  "name": "string",  "id": "string"}