v12

latestOpenAPI 3.1.0AGPL-3.0raw.githubusercontent.com2026-05-286377631.6 MB
/api/collection

PUT /api/collection/graph

Do a batch update of Collections Permissions by passing in a modified graph. Will overwrite parts of the graph that are present in the request, and leave the rest unchanged.

If the force query parameter is true, a revision number is not required. The provided graph will be persisted as-is, and has the potential to clobber other writes that happened since the last read.

If the skip_graph query parameter is true, it will only return the current revision, not the entire permissions graph.

put/api/collection/graph

Query parameters

forceboolean nullable required
skip-graphboolean nullable required

Request body

groupsobject required
namespacestring nullable
revisioninteger nullable

value must be an integer.

Response

Successful response