suslovsergey edited a comment on issue #6085:
URL: https://github.com/apache/apisix/issues/6085#issuecomment-1011157420
Example
Before update i have next structure:
``` json
"plugins" : {
"a": { some options here }
"b": { some options here }
}
```
Now i want to drop plugin "b", so i will send next structure:
``` json
"plugins" : {
"a": { some options here }
}
```
Of course i can compare the terraform states (current and plan) and make
diff for PATCH method, but it's painful approach.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]