ncloud_edge_edit_edge
Edit a Global Edge CDN edge configuration by specifying the edge ID and the full JSON configuration. Update settings in a single call.
Instructions
Edit an existing Global Edge CDN edge configuration. Provide the full edge configuration as a JSON object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| edgeId | Yes | Edge ID to edit | |
| configuration | Yes | Full edge configuration as JSON string (get current config from ncloud_edge_get_edge, modify, and pass here) |