This error corresponds to the standard 501 Not Implemented HTTP status code, indicating that the requested functionality exists in our API specification but hasn't been implemented yet.
{
"code": "NOT_IMPLEMENTED",
"type": "https://docs.leyr.io/api/error-handling/not_implemented",
"title": "Not implemented",
"status": 501,
"detail": "The requested endpoint is defined in our API specification but is not yet implemented.",
"instance": "7bc31e55-9f12-4d83-b6e8-f2a890c13e04"
}
To handle this error:
instance ID from your error responseWe are always happy to prioritize implementations based on your needs and provide guidance on potential alternatives in the meantime!