$ curl 'http://localhost:8080/items/1' -i -X DELETE \
- -H 'Authorization: Bearer d74be716-632c-47f7-a9db-c17f6a5d1ab4'
+ -H 'Authorization: Bearer 112cb9f3-ba58-4c11-b6e2-b5c1fe4a47e3'
diff --git a/README.md b/README.md index 574cb2b3..39dee272 100644 --- a/README.md +++ b/README.md @@ -22,15 +22,11 @@ from the Introducing Spring Auto REST Docs talk at Spring IO 2017 are also avail ## Documentation -[Current 2.0.10 release](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v2.0.10/docs/index.html) reference guide (based on Spring REST Docs 2.x). +[Current 2.0.11 release](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v2.0.11/docs/index.html) reference guide (based on Spring REST Docs 2.x). -[Current 1.0.15 release](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.15/docs/index.html) reference guide (based on Spring REST Docs 1.x). +[Legacy 1.0.15 release](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.15/docs/index.html) reference guide (based on Spring REST Docs 1.x). -Latest master [2.0.11-SNAPSHOT](https://scacap.github.io/spring-auto-restdocs) reference guide. - -Older releases: -[2.0.9](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v2.0.9/docs/index.html), -[1.0.14](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.14/docs/index.html) +Latest master [2.0.12-SNAPSHOT](https://scacap.github.io/spring-auto-restdocs) reference guide. ## Main features diff --git a/docs/index.html b/docs/index.html index 0135d56c..fcbe6199 100644 --- a/docs/index.html +++ b/docs/index.html @@ -443,7 +443,7 @@
<dependency>
<groupId>capital.scalable</groupId>
<artifactId>spring-auto-restdocs-core</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11</version>
<scope>test</scope>
</dependency>
@@ -705,7 +705,7 @@ Usage
<docletArtifact>
<groupId>capital.scalable</groupId>
<artifactId>spring-auto-restdocs-json-doclet</artifactId> (3)
- <version>2.0.10</version>
+ <version>2.0.11</version>
</docletArtifact>
<destDir>generated-javadoc-json</destDir> (2)
<reportOutputDirectory>${project.build.directory}</reportOutputDirectory> (2)
@@ -750,8 +750,8 @@ Usage
}
dependencies {
- testCompile group: 'capital.scalable', name: 'spring-auto-restdocs-core', version: '2.0.10'
- jsondoclet group: 'capital.scalable', name: 'spring-auto-restdocs-json-doclet', version: '2.0.10' (3)
+ testCompile group: 'capital.scalable', name: 'spring-auto-restdocs-core', version: '2.0.11'
+ jsondoclet group: 'capital.scalable', name: 'spring-auto-restdocs-json-doclet', version: '2.0.11' (3)
}
task jsonDoclet(type: Javadoc, dependsOn: compileJava) {
@@ -2636,8 +2636,8 @@
$ curl 'http://localhost:8080/items' -i -X POST \
-H 'Content-Type: application/json' \
- -H 'Authorization: Bearer d74be716-632c-47f7-a9db-c17f6a5d1ab4' \
+ -H 'Authorization: Bearer 112cb9f3-ba58-4c11-b6e2-b5c1fe4a47e3' \
-d '{"description":"Hot News"}'
@@ -1470,7 +1470,7 @@ $ curl 'http://localhost:8080/items/1' -i -X PUT \
-H 'Content-Type: application/json' \
- -H 'Authorization: Bearer d74be716-632c-47f7-a9db-c17f6a5d1ab4' \
+ -H 'Authorization: Bearer 112cb9f3-ba58-4c11-b6e2-b5c1fe4a47e3' \
-d '{"description":"Hot News"}'
@@ -1588,7 +1588,7 @@ $ curl 'http://localhost:8080/items/1' -i -X DELETE \
- -H 'Authorization: Bearer d74be716-632c-47f7-a9db-c17f6a5d1ab4'
+ -H 'Authorization: Bearer 112cb9f3-ba58-4c11-b6e2-b5c1fe4a47e3'
$ curl 'http://localhost:8080/items/filtered/1' -i -X PUT \
-H 'Content-Type: application/json' \
- -H 'Authorization: Bearer d74be716-632c-47f7-a9db-c17f6a5d1ab4' \
+ -H 'Authorization: Bearer 112cb9f3-ba58-4c11-b6e2-b5c1fe4a47e3' \
-d '{"description":"Hot News"}'
$ curl 'http://localhost:8080/items' -i -X POST \
-H 'Content-Type: application/json' \
- -H 'Authorization: Bearer f0e896b0-5828-408d-b583-c2e467b62f83' \
+ -H 'Authorization: Bearer 9a053af6-24a0-43be-b396-856e1dd9de77' \
-d '{"description":"Hot News"}'
@@ -1399,7 +1399,7 @@ $ curl 'http://localhost:8080/items/1' -i -X PUT \
-H 'Content-Type: application/json' \
- -H 'Authorization: Bearer f0e896b0-5828-408d-b583-c2e467b62f83' \
+ -H 'Authorization: Bearer 9a053af6-24a0-43be-b396-856e1dd9de77' \
-d '{"description":"Hot News"}'
@@ -1501,7 +1501,7 @@ $ curl 'http://localhost:8080/items/1' -i -X DELETE \
- -H 'Authorization: Bearer f0e896b0-5828-408d-b583-c2e467b62f83'
+ -H 'Authorization: Bearer 9a053af6-24a0-43be-b396-856e1dd9de77'