Skip to main content
PUT
/
activeviam
/
content
/
rest
/
v8
/
bulk
/
share
Change permissions for multiple entries atomically.
curl --request PUT \
  --url http://localhost:9090/activeviam/content/rest/v8/bulk/share \
  --header 'Content-Type: application/json' \
  --data '
{
  "mode": "<string>",
  "owners": [
    "<string>"
  ],
  "paths": [
    "<string>"
  ],
  "readers": [
    "<string>"
  ]
}
'
[
  "<string>"
]

Documentation Index

Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

throwNotFoundParam
enum<boolean>
default:true
required

When set to False, the 'Not Found' errors are silently ignored.

Available options:
false,
true
throwNotFound
boolean
default:true

Body

application/json

Serialized JSON parameter containing the entries to change permissions for, the new permissions, and the mode (REPLACE, UPSERT, or DELETE).

mode
string
owners
string[]
paths
string[]
readers
string[]

Response

Permissions updated for all entries.