Skip to main content
PATCH
Renombra y/o mueve una categoría bajo otro padre (CAT-003/004)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json
name
string
parentId
string | null

Mueve la categoría bajo otro padre; null la vuelve raíz. Rechaza ciclos.

emoji
string

Emoji identificador (un solo emoji). CAT-010.

Example:

"🛒"

Response

200 - application/json
id
string
required
name
string
required
parentId
string | null
required
kind
enum<string>
required
Available options:
income,
expense
emoji
string | null
required

Emoji identificador (CAT-010)

transactionCount
number
required

Transacciones vivas asociadas

archivedAt
string | null
required

Si tiene valor, la categoría está archivada: fuera de selectores, historial intacto.