> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hostifer.me/llms.txt
> Use this file to discover all available pages before exploring further.

# Loki API (unstable)

> Scaffold Loki CRUD routes

<Note>
  This module is scaffold-level for CRUD routes. DTOs are empty, and CRUD responses are placeholder strings.
</Note>

## Endpoints

* `POST /loki`
* `GET /loki`
* `GET /loki/:id`
* `PATCH /loki/:id`
* `DELETE /loki/:id`

## Request contract

* Create DTO: empty object
* Update DTO: partial of empty object

## Response contract

Current CRUD responses are placeholder text such as `This action returns all loki`.
