Forum Discussion

SreeBhargava's avatar
SreeBhargava
New Member
4 years ago

Allow "MERGE" endpoints in Swagger JSON

We are facing issue with "MERGE" endpoints in swagger json and in swagger editor. GET, PUT & POST are working fine. But swagger is not accepting "MERGE" calls. Is there any method to add Merge request in Swagger JSON? 

 

NOTE: We have tried PATCH, But we need only MERGE.

  • HKosova's avatar
    HKosova
    SmartBear Alumni (Retired)

    OpenAPI Specification (and, by extension, Swagger tools) does not support the HTTP MERGE method. Here's an existing feature request:

    Support all HTTP methods