Not implemented yet
type | https://docs.frem.sh/reference/api/errors/not-implemented-yet |
| HTTP status | 501 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.