Fix predefined catalog visibility and port security must-know guidance
This commit is contained in:
@@ -61,9 +61,15 @@ Ownership rules:
|
||||
- `GET /documents/tags`
|
||||
- Query: `include_trashed`
|
||||
- Response: `{ "tags": string[] }`
|
||||
- Behavior:
|
||||
- all document-assigned tags visible to caller scope are included
|
||||
- predefined tags are role-filtered: `admin` receives full catalog, `user` receives only entries with `global_shared=true`
|
||||
- `GET /documents/paths`
|
||||
- Query: `include_trashed`
|
||||
- Response: `{ "paths": string[] }`
|
||||
- Behavior:
|
||||
- all document-assigned logical paths visible to caller scope are included
|
||||
- predefined paths are role-filtered: `admin` receives full catalog, `user` receives only entries with `global_shared=true`
|
||||
- `GET /documents/types`
|
||||
- Query: `include_trashed`
|
||||
- Response: `{ "types": string[] }`
|
||||
|
||||
Reference in New Issue
Block a user