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: advanced/api/configuration.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Each API instance can manage multiple projects. Each project has its own config,
12
12
13
13
Projects can be added with new config files, using this naming convention: `config/{my-project}.php`. Each project's config should point to a dedicated database and unique storage paths. Once configured, the API URL will be scoped to the project, eg: `https://api.example.com/my-project/collections`.
14
14
15
-
### Private / Public projects
15
+
### Private / Public Projects
16
16
17
17
By default, the API will return all available projects in the API through the `/projects` endpoint. If you would like to prevent a project key from being returned in this endpoint, you can prepend the config file name with `private.` (for example `my-project.php` -> `private.my-project.php`).
0 commit comments