Not found
Description
The resource not found.
How to fix
Make sure that the resource that you try to request is requested properly and is not expected to be missed (for example, after resource deletion)
Example
HTTP/1.1 404 Not Found
content-length: 160
content-type: application/problem+json
date: Mon, 11 Oct 2021 10:42:01 GMT
upvest-request-id: 2970a7ac-cbcb-4744-8e38-50e70cac8e7b
{
"type": "https://docs.upvest.co/errors/not_found",
"status": 404,
"title": "Not found",
"request_id": "2970a7ac-cbcb-4744-8e38-50e70cac8e7b"
}
Was this page helpful?