azure-apim-extension
azure-apim-extension copied to clipboard
Bad Request Creating API
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).
same thing issue here
same here