Greenstand / treetracker-query-api

To fetch Greenstand map data for client's like web map, wallet app, and so on.
GNU General Public License v3.0
14 stars 59 forks source link

Update documentation for grower_account endpoint #380

Closed sam-rice closed 6 months ago

sam-rice commented 6 months ago

Description

This branch updates the OpenAPI documentation for the grower_account endpoint according to v2 schema:

grower_account_table

Additional Questions:

  1. Shouldn't the endpoint be v2/growers/{grower_account_id}? It seems like there is a discrepancy between line 247 of yaml file and line 81 of app.ts (app.use('/v2/growers', growerAccountsRouter))


Type of change

Checklist:

dadiorchen commented 6 months ago

@sam-rice thanks for help us updating the doc