apidog_update
Update a single API endpoint by importing a partial OpenAPI operation. Applies changes only to the specified endpoint without affecting others.
Instructions
Update a single endpoint via targeted partial spec import. Does not affect other endpoints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Endpoint path | |
| method | Yes | HTTP method (case-insensitive) | |
| module | Yes | Module name | |
| project | No | Project name. Required when multiple projects are configured, optional otherwise. | |
| operation | Yes | Full OpenAPI operation object |