/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
Response
Successful response