Hi everyone! I am currently working in updating the glance v1 to v2 and I came across with an API method (update an image) that requires a PATCH HTTP request. I could not find the annotation PATCH as the other common HTTP requests are implemented on the API methods.
I would like to ask here what is the best place to implement a new type of HTTP request so I can use it in the glance afterwards? Any suggestion? Thanks in advance! Ignacio
