existdb_create_collection
Create a new sub-collection in an eXist-db collection. Provide the parent collection path and a name for the new sub-collection.
Instructions
Creates a new sub-collection inside an existing eXist-db collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the new sub-collection | |
| parent | Yes | Parent collection path, e.g. '/db/myapp' | |
| endpoint | No | ||
| password | No | ||
| username | No |