create_propertysource
Creates a PropertySource from a REST API definition dict, matching export format. Enables round-tripping exports or building new definitions from scratch. Requires write permission.
Instructions
Create a PropertySource via REST API from a full definition dict (requires write permission). Accepts REST API format (same as export_propertysource output). Use for round-tripping exports or building definitions from scratch. For LM Exchange format, use import_propertysource.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| overwrite | No | If true, delete existing PropertySource with same name before creating | |
| definition | Yes | Full PropertySource definition in REST API format |