dos: add docs on overriding allowed fields in routes (#12233)

This commit is contained in:
Shahed Nasser
2025-04-18 11:38:36 +03:00
committed by GitHub
parent 28958b2e26
commit a3aa5d7a66
45 changed files with 17052 additions and 16618 deletions
@@ -31,7 +31,7 @@ Medusa's existing API routes accept a `fields` query parameter that allows you t
<Note>
Learn more about selecting fields and relations in the [API Reference](!api!/admin#select-fields-and-relations).
Learn more about using the `fields` query parameter to retrieve custom linked data models in the [Retrieve Custom Linked Data Models from Medusa's API Routes](../../../fundamentals/api-routes/retrieve-custom-links/page.mdx) chapter.
</Note>