POST /api/v1/errors
- operationId
createErrorLog- Idempotency
- Required; path key
/api/v1/errors. - Body
- Optional
conspectus_uuid(must belong to the user). - Success
201 Created— error log row.
Specification only. The /api/v1/errors API is not implemented yet.
This hub describes the intended FR-4 behavior; OpenAPI and code will follow a finalized spec.
Learning mistake log (FR-4): store and list short messages, optionally linked to a
conspectus the user owns. Optional conspectus_uuid should be
validated against that user’s notes when both exist.
| HTTP | operationId | Internal method page |
|---|---|---|
POST /api/v1/errors |
createErrorLog |
Method page |
GET /api/v1/errors |
listErrorLogs |
Method page |
POST /api/v1/errorscreateErrorLog/api/v1/errors.conspectus_uuid (must belong to the user).201 Created — error log row.GET /api/v1/errorslistErrorLogs200 OK — paginated list.| Date | Change | Author |
|---|---|---|
| Added Page history section (repository baseline). | Ivan Boyarkin |