---
title: "Actualiza registro de admins"
method: PUT
path: "/api/respondientes/{id}"
tags: ["respondiente-controller"]
---

# Actualiza registro de admins

`PUT /api/respondientes/{id}`

## Path parameters

- `id` integer, required

## Request body

- Respondientes
  - `activo` boolean
  - `apellido_materno` string
  - `apellido_paterno` string
  - `caseta` Casetas
    - `id` integer
    - `in_id` string
    - `in_name` string
    - `nivel` string
    - `nombre` string
    - `out_id` string
    - `out_name` string
    - `secundarios` string
  - `creado` Timestamp
    - `date` integer
    - `day` integer
    - `hours` integer
    - `minutes` integer
    - `month` integer
    - `nanos` integer
    - `seconds` integer
    - `time` integer
    - `timezoneOffset` integer
    - `year` integer
  - `departamento` string
  - `email` string
  - `focus_id` integer
  - `id` integer
  - `nombre` string
  - `password` string
  - `rol` string
  - `telefono` string
  - `token` string
  - `token_iaccces` string
  - `usuario` string

## Response `200`

OK

## Other responses

- `201` — Created
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/appzibata/apis/api-documentation.md) · [All operations](https://skmtc.dev/appzibata/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/appzibata/api-documentation/revisions/4a81adbc3c07/schema)
