The PUT method requests that the state of the target resource be created or replaced with the state defined by the representation enclosed in the request message payload.
You want to PUT
a resource to the same URI you intend to GET
it from.
RFC 72314.3.4 PUT