azure-apim-extension icon indicating copy to clipboard operation
azure-apim-extension copied to clipboard

Bad Request Creating API

Open adminnz opened this issue 3 years ago • 2 comments

Looking at the code it appears that the Request body for creating/updating an API does not match what the Microsoft API Management api is expecting. Azure Create or Update Documentation Specifically the request body has: { "properties": { "format": "<format type>, "value": "<specification value or url>" } } But it looks like the requests this extension is building have: { "properties": { "contentFormat": "<format type>, "contentValue": "<specification value or url>" } } Which are not supported and causing the Bad Request (tested via Postman).

adminnz avatar Feb 28 '22 00:02 adminnz

same thing issue here

andreptcosta avatar Mar 24 '22 18:03 andreptcosta

same here

danielfebres1992 avatar Jul 11 '22 14:07 danielfebres1992