v1.0.0
OpenAPI Plant Store
A sample API that uses a plant store as an example to demonstrate features in the OpenAPI specification
Servers
http://sandbox.mintlify.com
ID: get-plants
GET /plants
GET
/plants
Returns all plants from the system that the user has access to
Authorizations
bearerAuth
TypeHTTP (bearer)
Parameters
Query Parameters
limit
The maximum number of results to return
Typeinteger
format
int32
Responses
Plant responseSchema JSON JSON
application/json
[
{
"name": "string",
"tag": "string"
}
]
GET
/plants
Samples
ID: post-plants