GET
/plant-informacao/{id}
curl \
--request GET 'http://localhost:8000/plant-informacao/{id}'
Response examples (200)
{
"id": 42,
"name": "string",
"kits": [
{
"id": 42,
"name": "string"
}
]
}
Response examples (404)
{
"error": "Plant not found"
}