Responses

  • 200 application/json

    A list of plant genres

    Hide response attributes Show response attributes object
GET /genres
curl \
 -X GET http://104.248.160.134/api/genres
Response examples (200)
[
  {
    "id": 42,
    "name": "string"
  }
]