Questions tagged [redocly]
17 questions
0
votes
1 answer
Remove path aliases from Redoc Documentation
When you have path aliases in openapi.yaml with $ref, for example
paths:
/municipios/{municipio}:
get:
operationId: getMunicipality
summary: Detalhes sobre Município
parameters:
- in: path
name: municipio
…

João Pimentel Ferreira
- 14,289
- 10
- 80
- 109
0
votes
0 answers
Redocly OpenAPI structure error. Property `openapi` is not expected here
I am trying to create an api documentation using redocly.
On my openapi.yaml it is linking to a yaml that has the api docs called kpi-documentation.yaml
link/$ref in openapi.yaml
/kpiDocumentation:
$ref: paths/kpi-documentation.yaml
I have an…

B Ahern
- 11
- 4