You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docusaurus/docs/dev-docs/api/rest.md
+4
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,10 @@ For each Content-Type, the following endpoints are automatically generated:
85
85
[Components](/dev-docs/backend-customization/models#components) don't have API endpoints.
86
86
:::
87
87
88
+
:::tip
89
+
API endpoints are prefixed with `/api` by default. This can be changed by setting a different value for the `rest.prefix` configuration parameter (see [API calls configuration](/dev-docs/configurations/api)).
90
+
:::
91
+
88
92
## Requests
89
93
90
94
Requests return a response as an object which usually includes the following keys:
0 commit comments