Skip to content

Commit

Permalink
Update category request type in docs (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanbt-ree authored Dec 9, 2021
1 parent a2d0a74 commit a51997f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/menus.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ GET /api/menus
| `pageLimit` | `integer` | The number of items per page. |
| `enabled` | `boolean` | If true only menu items that are enabled will be returned |
| `location` | `integer` | The id of the location you wan to return menu items for |
| `category` | `integer` | The id of the category you wan to return menu items for |
| `category` | `string` | The slug of the category you wan to return menu items for |
| `search` | `string` | The phrase to search for in the menu item name and decsription |
| `include` | `string` | What relations to include in the response. Options are `media`, `categories`, `mealtimes`, `menu_options`. To include multiple seperate by comma (e.g. ?include=categories,menu_options) |

Expand Down

0 comments on commit a51997f

Please sign in to comment.