-
-
Notifications
You must be signed in to change notification settings - Fork 172
Description
We have installed stac-auth-proxy, we have finished testing the endpoints and everything runs smoothly except for the two PATCH endpoints. We would like to confirm whether this is expected behavior or an issue on our side. The endpoints that fail are:
Patch Item – PATCH /collections/{collection_id}/items/{item_id}
Patch Collection – PATCH /collections/{collection_id}
For both, we receive the following response from the catalogue:
405 Method Not Allowed - The method is not allowed for the requested URL.
Inspecting the Allow header (which indicates the HTTP methods supported by the endpoint), we only see:
OPTIONS, GET, HEAD, PUT, DELETE
Could you please check the catalogue configuration regarding PATCH support so we can further troubleshoot this?