OBP-API icon indicating copy to clipboard operation
OBP-API copied to clipboard

Improve PUT URL 2_1_0 enableDisableConsumers

Open simonredfern opened this issue 8 years ago • 0 comments

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!

simonredfern avatar Feb 02 '17 10:02 simonredfern