v5
latestOpenAPI 3.1.02026-08-08341215300.9 KBUpdate 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"}