---
title: "PUT /api/services/app/Doctor/UpdateSync"
method: PUT
path: "/api/services/app/Doctor/UpdateSync"
tags: ["Doctor"]
---

# PUT /api/services/app/Doctor/UpdateSync

`PUT /api/services/app/Doctor/UpdateSync`

## Request body

- SyncDoctorDto
  - `id` integer
  - `name` string, required — Required; Max length 64
  - `shortName` string, required — Required; Max length 16
  - `shortSpecialization` string, nullable — Length 0–256
  - `specialization` string, nullable — Length 0–2048
  - `idGender` integer
  - `idDoctorLevel` integer, nullable
  - `idClinicArea` integer, nullable
  - `pictureToken` string, nullable
  - `title` string, nullable
  - `loginName` string, nullable
  - `diploma` string, nullable
  - `allowEstimate` 0 | 1 | 2
  - `isActive` boolean
  - `sourceId` string, nullable — Max length 128
  - `hisSource` 0 | 1
  - `displayIndex` integer, nullable

## Response `200`

Success

- integer

---

[API](https://skmtc.dev/dalieu/apis/portaldalieu-api.md) · [All operations](https://skmtc.dev/dalieu/apis/portaldalieu-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dalieu/portaldalieu-api/revisions/78dcf1621c0e/schema)
