v4

OpenAPI 3.1.02026-08-07341215300.9 KB

Update Firestore Allowed Collections

Update allowed collections for Firestore access.

This allows updating the collection-level restrictions without re-uploading the service account credentials.

Payload: { "allowed_collections": ["users", "orders"] # Array of collection paths, or null for all }

Set allowed_collections to null to allow access to all collections. Supports wildcards like "users/*/orders" for subcollections.

patch/api/firestore/allowed_collections

Response

Successful Response

{"stackTrail":"paths:/api/firestore/allowed_collections:patch:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}