---
title: "update Contacts support]"
method: PUT
path: "/admin/support/updateContact"
tags: ["admin", "support"]
---

# update Contacts support]

`PUT /admin/support/updateContact`

## Headers

- `authorization` string, required
- `content-language` string, required

## Request body

- Model43
  - `_id` string, required
  - `phone` Phone
    - `countryCode` string
    - `phoneNumber` string
    - `isAvailable` boolean
  - `contactMail` ContactMail
    - `email` string
    - `isAvailable` boolean
  - `webAddress` WebAddress
    - `address` string
    - `isAvailable` boolean
  - `reachUs` WebAddress
    - `address` string
    - `isAvailable` boolean
  - `isAvailable` boolean

## Response `default`

Successful

---

[API](https://skmtc.net/pickerexpress/apis/picker-production-documentation.md) · [All operations](https://skmtc.net/pickerexpress/apis/picker-production-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pickerexpress/picker-production-documentation/versions/ecdb0aa8c487/schema)
