You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor Changes
Add HTTP method override annotations (x-uigen-http-get, x-uigen-http-post, x-uigen-http-put, x-uigen-http-delete, x-uigen-http-patch) to force operations to use specific HTTP methods during reconciliation. This addresses scenarios where OpenAPI specs contain incorrect HTTP methods that don't match actual API implementations.
Patch Changes
Updated dependencies
@uigen-dev/config-gui@0.12.0
@uigen-dev/react@0.12.0
@uigen-dev/core@0.12.0
0.10.0
Minor Changes
Add HTTP method override annotations (x-uigen-http-get, x-uigen-http-post, x-uigen-http-put, x-uigen-http-delete, x-uigen-http-patch) to force operations to use specific HTTP methods during reconciliation. This addresses scenarios where OpenAPI specs contain incorrect HTTP methods that don't match actual API implementations.