mirror of
https://github.com/halo-dev/halo.git
synced 2025-12-20 16:44:38 +08:00
#### What type of PR is this? /kind feature /area core /milestone 2.17.x #### What this PR does / why we need it: This PR adds patch method for all extensions API. Patch example: ```bash http -a admin:admin PATCH http://localhost:8090/apis/plugin.halo.run/v1alpha1/plugins/app-store-integration \ Content-Type:application/json-patch+json \ --raw='[{"op": "replace", "path": "/spec/enabled", "value": false}]' ``` #### Which issue(s) this PR fixes: Fixes #2311 #### Does this PR introduce a user-facing change? ```release-note None ```