docs
docs copied to clipboard
The Directus Docs 🐰 — The official Documentation for the Directus Modern Data Stack
Their are currently a few endpoints (e.g. `POST /collections`, `PATCH collections`, etc) that are restricted to admin users only, irrespective of permissions. These should be documented accordingly as requiring admin...
### Describe the Bug I'm creating a series of scripts to set up multi-tenancy programmatically. I'm using the SDK v19.1.0. **ISSUE** Assigning a role when creating/updating a policy always makes...
### Describe the Bug Permissions O2M / M2O checks are limited to 100. I have a role, the role has a O2M relation from the `directus_users` table to customers. In...
### Describe the Request I think it would be best to mention the query parameter will be ignored when subscribing to directus_collections and directus_fields. Specifically, here: https://docs.directus.io/guides/real-time/subscriptions/websockets.html#specifying-fields-to-return ### Maintenance Strategy...
### Describe the Request In the docs were no way described on how to send attachments? ### Maintenance Strategy Whenever the mail service change, check for updating the attachment docs
### Describe the Request I am unsure which auth_method directus supports? One of your identity providers asked us if we would like to use "client_secret_post" or "client_secret_basic". As I cannot...
### Describe the Request I am trying to link different fields with each other, via variables ($Current_User) or via other fields. I came across the Javascript notation {{ }} by...
### Describe the Bug Creating a user via curl and REST API with a few fields defined creates an empty user. ### To Reproduce Create the user via curl: ```...
### Describe the Request Simply, add some documentation for the `STORAGE__CREDENTIALS `environment variable. I stumpled upon it when reevaluating if Google Cloud Platform is the correct place to host our...
### Describe the Bug I'm running the migration script as described in [the docs](https://docs.directus.io/guides/migration/node.html) to apply the schema in localhost to server. All models with all of their fields have...