docs: fix link not showing correctly (#5373)

Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
Nicklas Gellner
2023-10-16 01:18:45 -07:00
committed by GitHub
parent 3b45fdf135
commit 4fc48db11e

View File

@@ -329,7 +329,7 @@ Make sure to replace `CustomInventoryItem` with your inventory item entity.
### Implementing listReservationItems Method
This method is used to retrieve a list of reservation items. It accepts the same parameters as the [[listInventoryItems method](#implementing-listinventoryitems-method)](#implementing-listinventoryitems-method), but the `selector` parameter has the following properties:
This method is used to retrieve a list of reservation items. It accepts the same parameters as the [listInventoryItems method](#implementing-listinventoryitems-method)](#implementing-listinventoryitems-method), but the `selector` parameter has the following properties:
1. `id`: an optional string or array of strings indicating the IDs of reservation items. It is used to filter the retrieved reservation items by ID.
2. `type`: an optional string or array of strings indicating the type of reservation items. It is used to filter the retrieved reservation items by type.