Improve 404 Not found errors

Previous format:

{
  "error": "not found"
}

New format:

{
  "resource": "app",
  "error": "not found"
}

The name of the resource has been added to improve error handling in clients, mostly in the case of subresources.

Documentation: http://developers.scalingo.com


Suggest edits

Improve 404 Not found errors

©2024 Scalingo