Re: [PATCH] docs/api: change POST to PATCH in REST API parameters example

2017-05-26 Thread Stephen Finucane
On Thu, 2017-05-25 at 18:05 +1000, Andrew Donnellan wrote: > api/rest.rst gives an example of how to POST parameters to the > PatchDetail > view at api/patches/. However, the endpoint in question > doesn't > support POST - you need to use PUT or PATCH. Change it to PATCH. > > Signed-off-by:

[PATCH] docs/api: change POST to PATCH in REST API parameters example

2017-05-25 Thread Andrew Donnellan
api/rest.rst gives an example of how to POST parameters to the PatchDetail view at api/patches/. However, the endpoint in question doesn't support POST - you need to use PUT or PATCH. Change it to PATCH. Signed-off-by: Andrew Donnellan --- I have no idea whether