Skip to main content

Not implemented yet

typehttps://docs.frem.sh/reference/api/errors/not-implemented-yet
HTTP status501 Not Implemented

What it means

Not implemented yet.

What to do

This endpoint is reserved and returns 501 today. Nothing to change your side; the endpoint description names the current alternative.

Response shape

All fremforge API errors are RFC 9457 problem+json:

{
  "type": "https://docs.frem.sh/reference/api/errors/not-implemented-yet",
  "title": "Not Implemented",
  "status": 501,
  "detail": "..."
}

Branch on type, not on title or detail - those are human-readable and may be reworded.