Skip to main content
POST
/
activeviam
/
content
/
rest
/
v8
/
bulk
/
move
A specialized version of the POST method that tries to move atomically all the given entries.
curl --request POST \
  --url http://localhost:9090/activeviam/content/rest/v8/bulk/move \
  --header 'Content-Type: application/json' \
  --data '"<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<string>
default:true
required

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

Available options:
false,
true
throwNotFound
string
default:true

Body

application/json

Serialized JSON parameter containing the entries to be moved in the form of source-to-target path mapping

The body is of type string.

Response

Move all the found entries.