Apply fix
apply_fixGenerate a structural fix pack for a public domain. Public calls stay dry-run (no writes). Set dryRun false only with an operator key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Public domain or https URL to inspect (for example example.com or https://example.com). Localhost and private IPs are blocked. | |
| domain | No | Alias of url. Use either url or domain, not both. | |
| dryRun | No | When true (default) only preview the pack. Writes stay off on the public endpoint. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| error | No | ||
| files | No | Proposed files in the dry-run pack | |
| domain | No | ||
| dryRun | Yes | Public endpoint always true — no files are written |