stockpile-co / api

The API for Stockpile, an app that manages stuff for organizations.
0 stars 1 forks source link

Fix custom field endpoint inconsistency #319

Closed AdamVig closed 7 years ago

AdamVig commented 7 years ago

The endpoint to get custom field categories is custom-field/:customFieldID/categories, but it should be category since all the others are singular.

:customFieldID appears twice in the endpoint to update categories: /custom-field/:customFieldID/:customFieldID/categories. This is a typo.