Updating a "patch" state via REST

Stewart Smith stewart at linux.ibm.com
Wed Oct 10 18:33:50 AEDT 2018


Markus Mayer <mmayer at broadcom.com> writes:
> I am working on a script that will, amongst other things, update the
> state ("Accepted", "Rejected", etc.) of patches in our own Patchwork
> installation. The script is using the REST API. All requests in the
> script, so far, are GET requests. They work fine.
>
> Now, I want to issue a PUT request to update the patch state, also
> using the REST API. However, no matter what I try, the request gets
> rejected by the server.

I think you want the PATCH request rather than PUT?

https://github.com/stewart-ibm/pwnm-sync is my script I use to update
patch status (from notmuch mail tags) and that seems to be the request
type that works for me (with patchwork.ozlabs.org)

-- 
Stewart Smith
OPAL Architect, IBM.



More information about the Patchwork mailing list