Performs an operation on the content service.
Performs an operation on the content service.
The default operation creates a new entry under the current path with an auto-generated name.
POST
Performs an operation on the content service.
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
The path to apply the operation to.
Whether we should move the target entry.
Whether this is an import command. The path is used as a prefix.
Body
application/json
The JSON parameters for the operation.
The body is of type string.
Response
Success – Request completed successfully.
ResponseEntity<?>
Creates an entry at the given path or updates an existing one.
Previous
Deletes an entry from the content server.
Next