Fix broken include in Spring HATEOAS sample's API guide
Closes gh-59
This commit is contained in:
committed by
Andy Wilkinson
parent
8e4e9385be
commit
0e597e9498
@@ -64,7 +64,7 @@ use of HTTP status codes.
|
||||
Whenever an error response (status code >= 400) is returned, the body will contain a JSON object
|
||||
that describes the problem. The error object has the following structure:
|
||||
|
||||
include::{generated}/error-example/response-fields.adoc
|
||||
include::{generated}/error-example/response-fields.adoc[]
|
||||
|
||||
For example, a request that attempts to apply a non-existent tag to a note will produce a
|
||||
`400 Bad Request` response:
|
||||
|
||||
Reference in New Issue
Block a user