Skip to main content
POST
/
activeviam
/
content
/
rest
/
v8
/
files
Performs an operation on the content service.
curl --request POST \
  --url http://localhost:9090/activeviam/content/rest/v8/files \
  --header 'Content-Type: application/json' \
  --data '"<string>"'
{
  "status": "ok"
}

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

path
string
default:/
required

The path to apply the operation to.

moveCommand
string
default:ignored
required

Whether we should move the target entry.

importCommand
string
default:ignored
required

Whether this is an import command. The path is used as a prefix.

move
string
default:ignored
import
string
default:ignored

Body

application/json

The JSON parameters for the operation.

The body is of type string.

Response

Success – Request completed successfully.

ResponseEntity<?>