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
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