Azure / api-management-developer-portal

Developer portal provided by the Azure API Management service.
MIT License
478 stars 306 forks source link

Request Body properties are not displayed on the Operation Details #2426

Closed S-D00 closed 3 months ago

S-D00 commented 4 months ago

Bug description

Request body properties are not displayed within the operation details widget.

Reproduction steps

For this one I've deployed a new instace and I'm using the Echo API as an example however we're experiencing this accross all of our ApiM instances.

paths: /resource: get: summary: Retrieve resource description: A demonstration of an API Test operationId: retrieve-resource requestBody: description: The request body. required: true content: application/json: schema: $ref: "#/components/schemas/Test" parameters:

image image

Expected behavior

Request body properties should be disaplyed

image

Is your portal managed or self-hosted?

Managed

API Management service name

[my-tes-apim-instance]

Environment

Additional context

malincrist commented 4 months ago

hello @S-D00 , thanks for reaching out! We have a regression in the current release, that creates some issues when loading APIs' definitions. We have prepared a fix and prioritized the deployment (ETA for the deployment to reach all stages is tomorrow). If it is urgent for you, please send your apim instance(s) name(s) to apimportalfeedback@microsoft.com, so we can roll them back. Apologies for the inconveniences and thank you for understanding!

Closing as duplicate of #2425