Access-Control-Allow-Methods HTTP Header - No PATCH Method

I noticed that all the response Headers return the following:Access-Control-Allow-Methods: POST, GET, OPTIONS, PUT, DELETE.

When I issue a OPTIONS request against the Geo tables, I expecting to also see the addition of the PATCH method.

I know this isn’t a problem at all but was more curious about why the omission of the PATCH method.

Looks like an omission on our side. We will look into it.

As far as I know from the API documentation, REST specifically, the Geo Services is the only API that utilizes the PATCH method. I don’t know if it is even relevant in other Service API methods.

It is not relevant for other service APIs, however for the OPTIONS request related to the Geo service, PATCH should be in the list of methods we return.