$ curl 'http://localhost:8080/items/1' -i -X DELETE \
- -H 'Authorization: Bearer 46ab9c29-3e36-449c-bb8e-269196b13e4d'
+ -H 'Authorization: Bearer afcd243f-5791-435e-95f3-836f317bb499'
diff --git a/README.md b/README.md index d61d201b..a96cf3d8 100644 --- a/README.md +++ b/README.md @@ -22,23 +22,15 @@ from the Introducing Spring Auto REST Docs talk at Spring IO 2017 are also avail ## Documentation -[Current 2.0.1 release](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v2.0.1/docs/index.html) reference guide (based on Spring REST Docs 2.x). +[Current 2.0.2 release](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v2.0.2/docs/index.html) reference guide (based on Spring REST Docs 2.x). [Current 1.0.13 release](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.13/docs/index.html) reference guide (based on Spring REST Docs 1.x). -Latest master [2.0.2-SNAPSHOT](https://scacap.github.io/spring-auto-restdocs) reference guide. +Latest master [2.0.3-SNAPSHOT](https://scacap.github.io/spring-auto-restdocs) reference guide. Older releases: -[2.0.0](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v2.0.0/docs/index.html), +[2.0.1](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v2.0.1/docs/index.html), [1.0.12](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.12/docs/index.html), -[1.0.11](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.11/docs/index.html), -[1.0.10](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.10/docs/index.html), -[1.0.9](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.9/docs/index.html), -[1.0.8](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.8/docs/index.html), -[1.0.7](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.7/docs/index.html), -[1.0.6](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.6/docs/index.html), -[1.0.5](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.5/docs/index.html), -[1.0.4](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.4/docs/index.html). ## Main features diff --git a/docs/index.html b/docs/index.html index 2425abf3..12783c62 100644 --- a/docs/index.html +++ b/docs/index.html @@ -432,7 +432,7 @@
<dependency>
<groupId>capital.scalable</groupId>
<artifactId>spring-auto-restdocs-core</artifactId>
- <version>2.0.1</version>
+ <version>2.0.2</version>
<scope>test</scope> (1)
</dependency>
@@ -662,7 +662,7 @@ Usage
<docletArtifact>
<groupId>capital.scalable</groupId>
<artifactId>spring-auto-restdocs-json-doclet</artifactId> (4)
- <version>2.0.1</version>
+ <version>2.0.2</version>
</docletArtifact>
<destDir>generated-javadoc-json</destDir> (3)
<reportOutputDirectory>${project.build.directory}</reportOutputDirectory> (3)
@@ -711,8 +711,8 @@ Usage
}
dependencies {
- testCompile group: 'capital.scalable', name: 'spring-auto-restdocs-core', version: '2.0.1' (1)
- jsondoclet group: 'capital.scalable', name: 'spring-auto-restdocs-json-doclet', version: '2.0.1' (4)
+ testCompile group: 'capital.scalable', name: 'spring-auto-restdocs-core', version: '2.0.2' (1)
+ jsondoclet group: 'capital.scalable', name: 'spring-auto-restdocs-json-doclet', version: '2.0.2' (4)
}
task jsonDoclet(type: Javadoc, dependsOn: compileJava) {
@@ -1951,8 +1951,8 @@
$ curl 'http://localhost:8080/items' -i -X POST \
-H 'Content-Type: application/json' \
- -H 'Authorization: Bearer 46ab9c29-3e36-449c-bb8e-269196b13e4d' \
+ -H 'Authorization: Bearer afcd243f-5791-435e-95f3-836f317bb499' \
-d '{"description":"Hot News"}'
@@ -1382,7 +1382,7 @@ $ curl 'http://localhost:8080/items/1' -i -X PUT \
-H 'Content-Type: application/json' \
- -H 'Authorization: Bearer 46ab9c29-3e36-449c-bb8e-269196b13e4d' \
+ -H 'Authorization: Bearer afcd243f-5791-435e-95f3-836f317bb499' \
-d '{"description":"Hot News"}'
@@ -1488,7 +1488,7 @@ $ curl 'http://localhost:8080/items/1' -i -X DELETE \
- -H 'Authorization: Bearer 46ab9c29-3e36-449c-bb8e-269196b13e4d'
+ -H 'Authorization: Bearer afcd243f-5791-435e-95f3-836f317bb499'
$ curl 'http://localhost:8080/items' -i -X POST \
-H 'Content-Type: application/json' \
- -H 'Authorization: Bearer e74119bc-d372-4c17-9263-931e0349e8ad' \
+ -H 'Authorization: Bearer 9ce711ac-e82c-42aa-8d5a-4c136b06d79b' \
-d '{"description":"Hot News"}'
@@ -1367,7 +1367,7 @@ $ curl 'http://localhost:8080/items/1' -i -X PUT \
-H 'Content-Type: application/json' \
- -H 'Authorization: Bearer e74119bc-d372-4c17-9263-931e0349e8ad' \
+ -H 'Authorization: Bearer 9ce711ac-e82c-42aa-8d5a-4c136b06d79b' \
-d '{"description":"Hot News"}'
@@ -1469,7 +1469,7 @@ $ curl 'http://localhost:8080/items/1' -i -X DELETE \
- -H 'Authorization: Bearer e74119bc-d372-4c17-9263-931e0349e8ad'
+ -H 'Authorization: Bearer 9ce711ac-e82c-42aa-8d5a-4c136b06d79b'