Skip to main content
PUT
/
activeviam
/
content
/
rest
/
v8
/
files
Creates an entry at the given path or updates an existing one.
curl --request PUT \
  --url http://localhost:9090/activeviam/content/rest/v8/files \
  --header 'Content-Type: application/json' \
  --data '"<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

path
string
default:/
required

The path to apply the operation to.

permissionsParam
string
default:ignored
required

Whether only the permissions should be updated.

permissions
string
default:ignored

Body

application/json

The JSON parameters for the operation.

The body is of type string.

Response

Created – Create or update completed successfully, and the entry has been stored.