-
Notifications
You must be signed in to change notification settings - Fork 4
API Documentation
Jeffrey Leung edited this page Sep 9, 2016
·
8 revisions
Use the sidebar on the right to navigate the sections of the API documentation.
An error response will have a response body similar to this:
{
"timestamp" : 1467823619265,
"status" : 404,
"error" : "Not Found",
"exception" : "com.pm.server.exceptionhttp.NotFoundException",
"message" : "No ghost with id 12345.",
"path" : "/ghost/12345/location"
}