You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 14, 2025. It is now read-only.
With the boot 3.x the tests that were changed to use queryParameters instead of requestParameters will produce query-parameters.adoc vs request-parameters.adoc. This causes Unresolved directive in api-guide.adoc errors in the generated docs.
For all tests in docs that switched to use queryParameters will need their associated entry in api-guide.adoc updated to query-parameters.adoc and changed the associated header as well from Request Parameters to Query Parameters
The text was updated successfully, but these errors were encountered:
Update request-parameters to query-parameters
Added optional where applicable
Added snippet template to query-parameters and updated template for path-parameters to improve readability.
Fixesspring-attic#6008
Added query-parameters and path-parameters where applicable.
Added snippet template to query-parameters and updated template for path-parameters to improve readability.
Fixesspring-attic#6008
* Fix rest documentation for changes to spring-rest-docs
Update request-parameters to query-parameters
Added optional where applicable
Added snippet template to query-parameters and updated template for path-parameters to improve readability.
Fixes#6008
* Update from review
Fixed missing optional
Removed print()
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With the boot 3.x the tests that were changed to use queryParameters instead of requestParameters will produce
query-parameters.adoc
vsrequest-parameters.adoc
. This causesUnresolved directive in api-guide.adoc
errors in the generated docs.For all tests in docs that switched to use
queryParameters
will need their associated entry inapi-guide.adoc
updated to query-parameters.adoc and changed the associated header as well fromRequest Parameters
toQuery Parameters
The text was updated successfully, but these errors were encountered: