Search...
/
Fork this repo
Get a demo
Get Started
Welcome
Concepts
SDKs
API Reference
plant
POST
Add a new plant to the store
PUT
Update an existing plant
GET
Finds Plants by status
GET
Finds plants by tags
GET
Find plant by ID
POST
Updates a plant in the store with form data
DEL
Delete a plant
POST
Upload an image
store
user
Fork this repo
Get a demo
API Reference
plant
Add a new plant to the store
POST
https://api.plantstore.dev/v3
/
plant
Add a new plant to the store
Headers
api_key
string
Required
Request
This endpoint expects an object.
name
string
Required
photoUrls
list of strings
Required
id
long
Optional
category
object
Optional
Show 2 properties
tags
list of objects
Optional
Show 2 properties
status
enum
Optional
Allowed values:
available
pending
sold
plant status in the store
Response
This endpoint returns an object.
name
string
photoUrls
list of strings
id
long
Optional
category
object
Optional
Show 2 properties
tags
list of objects
Optional
Show 2 properties
status
enum
Optional
Allowed values:
available
pending
sold
plant status in the store
Built with