> ## 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.

# Notification API (unstable)

> Scaffold notification CRUD routes

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

## Endpoints

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

## Request contract

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

## Response contract

Current service responses are placeholder text such as `This action returns all notification`.
