Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X PUT http://localhost:8000/api/v1/auth/me \ -H "Authorization: Bearer {token}" \ -H "Content-Type: application/json" \ -d '{"display_name": "Carlos Developer"}'
{ "id": "user-1", "email": "dev@acme-corp.com", "display_name": "Carlos Developer", "avatar_url": null, "plan": "free", "created_at": "2026-04-04T07:15:29" }
Actualizar el perfil del usuario autenticado.