| 1 | // Cross-target: updating an OpenAPI spec IN PLACE — the "our API changed, |
| 2 | // don't make me remove/re-add the integration" promise. A real 127.0.0.1 |
| 3 | // server serves the spec; after registration + connection the spec evolves |
| 4 | // (one operation removed, one added) and `openapi.updateSpec` re-fetches it. |
nothing calls this directly
no test coverage detected