Skip to main content
POST
/
activeviam
/
content
/
rest
/
v8
/
bulk
/
put
A specialized version of the PUT method that tries to create or update multiple files atomically.
curl --request POST \
  --url http://localhost:9090/activeviam/content/rest/v8/bulk/put \
  --header 'Content-Type: application/json' \
  --data '
{
  "overwrite": true,
  "owners": [
    "<string>"
  ],
  "pathToContent": {},
  "readers": [
    "<string>"
  ],
  "recursive": true
}
'

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.

Body

application/json

Serialized JSON parameter containing the entries to add or update specified by path to content map and access permissions.

overwrite
boolean
owners
string[]
pathToContent
object
readers
string[]
recursive
boolean

Response

Success - ell the entries are updated.