Skip to content

Commit

Permalink
Merge pull request #7157 from OpenLiberty/24001-edits
Browse files Browse the repository at this point in the history
24001 edits
  • Loading branch information
ramkumar-k-9286 authored Jan 8, 2024
2 parents 9376b89 + 2ea1c6f commit 28ba7cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/ROOT/pages/authentication-filters.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ For more information, see xref:reference:config/authFilter.adoc[the authFilter e
* xref:reference:feature/spnego-1.0.adoc#_apply_spnego_authentication_to_a_subset_of_http_requests[Simple and Protected GSSAPI Negotiation Mechanism (SPNEGO): Apply SPNEGO authentication to a subset of HTTP requests]
* xref:reference:feature/mpJwt-1.1.adoc#_configure_authentication_filter_to_login_with_microprofile_jwt[MicroProfile JSON Web Token: Specify login with Micrprofile JSON Web Token for only a subset of applications, URLs, browsers, or IP addresses]

* xref:../../reference/pages/feature/samlWeb/examples.adoc#authfilter[Configure SAML authentication for a subset of requests]
* xref:reference:feature/samlWeb/examples.adoc#authfilter[Configure SAML authentication for a subset of requests]
4 changes: 2 additions & 2 deletions modules/ROOT/pages/documentation-openapi.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ MicroProfile OpenAPI helps you to generate structured documentation from your Ja
Other developers need relevant information to build an application that communicates with the REST API of your application.
MicroProfile OpenAPI facilitates this communication by generating human and machine-readable documentation on a simple interface that doesn’t require access to the source code.

You can implement MicroProfile OpenAPI for Open Liberty by enabling the feature:mpOpenAPI[display=MicroProfile OpenAPI] feature. When this feature is enabled, you can view the OpenAPI document in a browser by using the `/openapi` endpoint. For example, if your browser is on the same machine where your server is running, you can view the OpenAPI document at the \http://localhost:9080/openapi or the \http://localhost:9080/openapi/ui URL.
You can implement MicroProfile OpenAPI for Open Liberty by enabling the feature:mpOpenAPI[display=MicroProfile OpenAPI] feature. When this feature is enabled, you can view the OpenAPI document in a browser by using the `/openapi` endpoint. For example, if your browser is on the same machine where your server is running, you can view the raw OpenAPI document at the `\http://localhost:9080/openapi` URL or view the OpenAPI document in a user interface at the `\http://localhost:9080/openapi/ui` URL.

To explore how to document and filter RESTful APIs from code or static files by using Open Liberty and MicroProfile OpenAPI, see the link:/guides/microprofile-openapi.html[Documenting RESTful APIs] guide.

Expand Down Expand Up @@ -110,7 +110,7 @@ The following OpenAPI document is generated in YAML format from the OpenAPI anno

The information that is provided through the OpenAPI annotations augments the basic API documentation that is generated by the JAX-RS framework.

For more information, see the xref:reference:javadoc/microprofile-6.1-javadoc.html?class=org/eclipse/microprofile/openapi/models/OpenAPI.html&package=allclasses-frame.html[MicroProfile OpenAPI Javadoc] for the available annotations.
For more information, see the link:reference/javadoc/microprofile-6.1-javadoc.html?package=org/eclipse/microprofile/openapi/package-frame.html&class=org/eclipse/microprofile/openapi/package-summary.html[MicroProfile OpenAPI Javadoc] for the available annotations.

== The design-first approach

Expand Down

0 comments on commit 28ba7cd

Please sign in to comment.