You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This endpoint should follow the pattern of GET /api/v1/plants/search
Details:
If a valid plant search is passed in, a JSON object is sent back with a top-level data key that points to the plant resource and all attributes for that plant.
Example [] 😁
Request: GET /api/v1/plants/search?q=rose
Content-Type: application/json A
Accept: application/json Response: status: 200
The text was updated successfully, but these errors were encountered:
This endpoint should follow the pattern of GET /api/v1/plants/search
Details:
If a valid plant search is passed in, a JSON object is sent back with a top-level data key that points to the plant resource and all attributes for that plant.
Example [] 😁
Request: GET /api/v1/plants/search?q=rose
Content-Type: application/json A
Accept: application/json Response: status: 200
The text was updated successfully, but these errors were encountered: