Update a container type
Update a Container Type
Authorizations
Path parameters
typestringRequired
Body
descriptionstring · max: 500Optional
volumenumber | nullableOptional
Responses
200Success
application/json
400
Bad Request
application/json
401
Unprocessable Entity
application/json
409
Conflict
application/json
422
Unprocessable Entity
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