$ curl 'http://localhost:8080/items/1' -i -X DELETE \
- -H 'Authorization: Bearer 5594beae-01ec-412b-9169-b69c30696c18'
+ -H 'Authorization: Bearer d6876398-3ace-4051-bf6f-4d21049d3f6d'
diff --git a/docs/index.html b/docs/index.html index 8f837bb5..6e93b1de 100644 --- a/docs/index.html +++ b/docs/index.html @@ -467,6 +467,7 @@
Configuration available during MockMvc setup:
+failOnUndocumentedParams - if build should fail on at least one undocumented parameter
Configuration available during MockMvc setup:
+failOnUndocumentedParams - if build should fail on at least one undocumented parameter
Configuration available during MockMvc setup:
+failOnUndocumentedFields - if build should fail on at least one undocumented field
requestBodyAsType - specified class should be considered as request type instead of endpoint method’s parameter
Configuration available during MockMvc setup:
+failOnUndocumentedFields - if build should fail on at least one undocumented field
responseBodyAsType - specified class should be considered as response type instead of endpoint method’s return type
If you use @title tag and want to generate regular Javadoc we well,
+
If you use @title tag and want to generate regular Javadoc as well,
you need to include this tag among custom tags in plugin configuration.
The deprecation is only visible when using Section approach. Then it will be shown in the title (also visible in -TOC) and description. Field’s deprecation is shown in description column of request/response table. +
Deprecation is shown in the title of an endpoint (also visible in TOC) and description.
+Field’s deprecation is shown in description column of request/response table.
See how it looks in the example project.
@see Javadoc tag comment will be added to the main description section of an endpoint or a field.
+Currently supports only HTML links. Does not support Java code references.
+See how it looks in the example project.
$ curl 'http://localhost:8080/items' -i -X POST \
-H 'Content-Type: application/json' \
- -H 'Authorization: Bearer 5594beae-01ec-412b-9169-b69c30696c18' \
+ -H 'Authorization: Bearer d6876398-3ace-4051-bf6f-4d21049d3f6d' \
-d '{"description":"Hot News"}'
$ curl 'http://localhost:8080/items/1' -i -X PUT \
-H 'Content-Type: application/json' \
- -H 'Authorization: Bearer 5594beae-01ec-412b-9169-b69c30696c18' \
+ -H 'Authorization: Bearer d6876398-3ace-4051-bf6f-4d21049d3f6d' \
-d '{"description":"Hot News"}'
@@ -1465,7 +1465,7 @@ $ curl 'http://localhost:8080/items/1' -i -X DELETE \
- -H 'Authorization: Bearer 5594beae-01ec-412b-9169-b69c30696c18'
+ -H 'Authorization: Bearer d6876398-3ace-4051-bf6f-4d21049d3f6d'