Skip to content

Commit da9562e

Browse files
authored
Minor fix query params (#28743)
1 parent da714a2 commit da9562e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/prompts/author-api-docs/public-preview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,8 @@ When API changes involve adding new properties or relationships to an existing r
324324

325325
5. **Optional query parameters section (for GET/LIST files):**
326326
- Update the boilerplate text to specify whether all, some (which ones), or no OData query parameters are supported
327-
- Format OData query parameters in Markdown code font: `$filter`, `$select`, `$expand`, `$top`, `$orderby`, `$search`
328-
- Document supported operators for `$filter` using format: `$filter` (`eq`, `ne`)
327+
- Format OData query parameters in Markdown code font: `$filter` (`eq`, `ne`), `$select`, `$expand`, `$top`, `$orderby`, `$search`
328+
- `$filter` must include supported operators, which is a summary of callouts within all property descriptions on the resource page.
329329

330330
6. **Request headers section:**
331331
- Keep unchanged

0 commit comments

Comments
 (0)