Update a container type

Update a Container Type

put

Update a Container Type

Authorizations
Path parameters
typestringRequired
Body
descriptionstring · max: 500Optional
volumenumber | nullableOptional
Responses
200Success
application/json
put
PUT /container-type/{type} HTTP/1.1
Host: api.one-record.fr
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 33

{
  "description": "text",
  "volume": 1
}
{
  "type": "text",
  "description": "text",
  "volume": 1,
  "createdAt": null,
  "updatedAt": null
}

Last updated