Skip to content

Commit

Permalink
docs: grower account info
Browse files Browse the repository at this point in the history
  • Loading branch information
dadiorchen committed Feb 29, 2024
1 parent ebf9d2c commit d860823
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/api/spec/query-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,18 @@ paths:
in: query
name: sort
description: Sort by order and order_by values
/v2/grower_accounts/{grower_account_id}:
parameters: []
get:
summary: get grower account info
tags: []
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/grower_account'
/v2/trees/{tree_id}:
parameters: []
get:
Expand Down

0 comments on commit d860823

Please sign in to comment.