Update rows-examples.md (minor typos)

Clarify that providing multiple id values result in method applying to those ids.
This commit is contained in:
Ian Mayo
2024-01-18 13:20:51 +00:00
committed by GitHub
parent aa3d799e85
commit 9d7fc46884

View File

@@ -126,7 +126,7 @@ Response
#### Path Params
- `lookup-values` e.g. `1`, to get the row with the AlbumId 1. or comma-separated values e.g. `1,2`, to get the row with the AlbumId 1 and ArtistId 2. (Bulk Retrieve)
- `lookup-values` e.g. `1`, to get the row with the AlbumId 1. or comma-separated values e.g. `1,2`, to get the rows with the AlbumId 1 and 2. (Bulk Retrieve)
#### Query Params
@@ -179,7 +179,7 @@ Response
#### Path Params
- `lookup-values` e.g. `1`, to update the row with the AlbumId 1. or comma-separated values e.g. `1,2`, to update the row with the AlbumId 1 and ArtistId 2. (Bulk Update)
- `lookup-values` e.g. `1`, to update the row with the AlbumId 1. or comma-separated values e.g. `1,2`, to update the rows with the AlbumId 1 and 2. (Bulk Update)
#### Query Params
@@ -218,7 +218,7 @@ Response
#### Path Params
- `lookup-values` e.g. `1`, to delete the row with the AlbumId 1. or comma-separated values e.g. `1,2`, to delete the row with the AlbumId 1 and ArtistId 2. (Bulk Delete)
- `lookup-values` e.g. `1`, to delete the row with the AlbumId 1. or comma-separated values e.g. `1,2`, to delete the rows with the AlbumId 1 and 2. (Bulk Delete)
#### Query Params