Resource not found

Resolve resource not found errors.

A resource not found error indicates that the requested slot does not exist, or that the specified version could not be found for the given application.

Verify the slot and version in the request before retrying.

Response

All error responses follow the Problem Details (RFC 9457) format, which defines the type, title, status, detail, and instance fields.

Here is an example of the response returned for this error:

{  "type": "https://croct.help/api/content/resource-not-found",  "title": "Resource not found.",  "status": 404,  "detail": "No slot found with ID \"hero-banner\"."}