Skip to content

Commit ca1bfa1

Browse files
authored
Add new guides section to REST API (#2065)
1 parent 7a3db56 commit ca1bfa1

File tree

1 file changed

+9
-3
lines changed
  • docusaurus/docs/dev-docs/api/rest/guides

1 file changed

+9
-3
lines changed

Diff for: docusaurus/docs/dev-docs/api/rest/guides/intro.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,17 @@ pagination_next: dev-docs/api/rest/guides/understanding-populate
77

88
# REST API Guides
99

10-
The [REST API reference](/dev-docs/api/rest) documentation is meant to provide a quick reference for all the endpoints and parameters available. The following guides cover dedicated topics and provide detailed explanations (guides indicated with 🧠) or step-by-step instructions (guides indicated with 🛠️) for some use cases.
10+
The [REST API reference](/dev-docs/api/rest) documentation is meant to provide a quick reference for all the endpoints and parameters available.
1111

12-
<!-- <CustomDocCardsWrapper> -->
12+
## Guides
13+
14+
The following guides, officially maintained by the Strapi Documentation team, cover dedicated topics and provide detailed explanations (guides indicated with 🧠) or step-by-step instructions (guides indicated with 🛠️) for some use cases:
1315

1416
<CustomDocCard emoji="🧠" title="Understanding populate" description="Learn what populating means and how you can use the populate parameter in your REST API queries to add additional fields to your responses." link="/dev-docs/api/rest/guides/understanding-populate" />
1517
<CustomDocCard emoji="🛠️" title="How to populate creator fields" description="Read step-by-step instructions on how to build a custom controller that leverages the populate parameter to add 'createdBy' and 'updatedBy' data to queries responses" link="/dev-docs/api/rest/guides/populate-creator-fields" />
1618

17-
<!-- </CustomDocCardsWrapper> -->
19+
## Additional resources
20+
21+
Additional tutorials and guides can be found in the following blog posts:
22+
23+
<CustomDocCard emoji="" title="Authenticating requests with the REST API" description="Learn how to authenticate your REST API queries with JSON Web Tokens and API tokens." link="https://strapi.io/blog/guide-on-authenticating-requests-with-the-rest-api" />

0 commit comments

Comments
 (0)