cancel
Showing results for 
Search instead for 
Did you mean: 
PeterLacken
Level 7
Status: New
I am finding Microsoft are using MERGE as a Method in their REST APIs. This is not available in the Web API configuration.
2 Comments
ewilson
Staff
Staff
Hi @PeterLacken,

I don't believe MERGE is defined as an actual HTTP method. My understanding is that MERGE is essentially a Content-Type value that's specified with a PATCH method.

Ex.
PATCH /31E772D3-0157-4B52-8243-75EEAB946E65
Content-Type: application/merge-patch+json​

Cheers,
Eric
PeterLacken
Level 7
Thanks Eric,  As it turns out I was able to just write "MERGE" in the Method field in the Web API configuration screen and it saved ok. Despite the field being a drop down it seem we can overwrite the pre-defined which is nice 🙂