Skip to content

Commit d70799d

Browse files
authored
Add missing yml suffix to conditions for serving /openapi endpoint (#561)
Fixes #553 Signed-off-by: Michael Edgar <[email protected]>
1 parent 4d7d30c commit d70799d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/src/main/asciidoc/microprofile-openapi-spec.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ following conditions are met:
761761

762762
- an `OASModelReader` has been configured with `mp.openapi.model.reader`
763763
- an `OASFilter` has been configured with `mp.openapi.filter`
764-
- one of the allowed static files is present, i.e. `META-INF/openapi.(json|yaml)`
764+
- one of the allowed static files is present, i.e. `META-INF/openapi.(json|yaml|yml)`
765765
- the application uses JAX-RS
766766

767767
For example, `GET http://myHost:myPort/openapi`.

0 commit comments

Comments
 (0)