Hi everyone! We are on process to upload the <Open...
# getting-started
e
Hi everyone! We are on process to upload the OpenAPI to Microsoft API Manager and, our colleages on the team has asked us to upload the JSON export of the Swagger UI, is possible to access the JSON format somehow? Thanks in advance!
m
According to this page.
Note that it is possible to get the raw json or yaml formats of the OpenAPI spec by navigating to
<baseUrl>/openapi/v3/api-docs
or
<baseUrl>/openapi/v3/api-docs.yaml
. The raw forms can be fed into codegen systems to generate client side code in the language of your choice that support OpenAPI format.
e
Thank you @mammoth-bear-12532 !!