OBP-API
OBP-API copied to clipboard
Improve PUT URL 2_1_0 enableDisableConsumers
Currently, this is not properly RESTful
Should be PUT /management/consumers/CONSUMER_ID/consumer/enabled
{"value":false}
i.e with PUT we replace the whole resource at the URL.
(Otherwise we could use PATCH but need PATCH working in API Eplorer first.)
Make sure this change is tracked by API Manager!