Comment 2 for bug 1611711

Revision history for this message
Brendan Donegan (brendan-donegan) wrote :

I'd debate whether the adjective 'idempotent' can even be applied to a GET. It suggests that an operation has happened but the end result is the same no matter how many times you do it. PUT is meant to be idempotent and in other REST APIs I've used, PUT is commonly used to update entities whereas POST is used to create them. MAAS' API widely violates that convention though so this is more a general comment than something we need to fix now.