Last updated 9 months ago
Update a Container Type
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 }