curl --request PATCH \
--url https://api.tiro.ooo/v1/external/users/me/word-memories/{wordMemoryId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"entry": "머신러닝"
}
'{
"id": 1,
"entry": "머신러닝",
"createdAt": "2026-04-01T10:30:00Z"
}Update an existing word memory.
Only provided fields will be updated (partial update).
curl --request PATCH \
--url https://api.tiro.ooo/v1/external/users/me/word-memories/{wordMemoryId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"entry": "머신러닝"
}
'{
"id": 1,
"entry": "머신러닝",
"createdAt": "2026-04-01T10:30:00Z"
}API key in format {id}.{secret}
Word memory ID
Updated word or term. Must not be blank if provided.
1"머신러닝"