Tissue
Update a tissue
Update a tissue.
put/api/v1/tissues/{id}
Path parameters
idinteger required
The ID of the tissue
Request body
Example request
{
"token": "YOUR TOKEN IS HERE",
"item": {
"harvest_date": "2021-06-21"
}
}Response
OK
Update a tissue.
The ID of the tissue
{
"token": "YOUR TOKEN IS HERE",
"item": {
"harvest_date": "2021-06-21"
}
}OK