---
title: "Atualiza campos do perfil; marca metaSyncStatus=PENDING"
method: PATCH
path: "/v1/organizations/me/business-profile"
tags: ["business-profile"]
---

# Atualiza campos do perfil; marca metaSyncStatus=PENDING

`PATCH /v1/organizations/me/business-profile`

## Request body

- BusinessProfilePatch
  - `displayName` string, nullable
  - `vertical` 'AUTO' | 'BEAUTY' | 'APPAREL' | 'EDU' | 'ENTERTAIN' | 'EVENT_PLAN' | 'FINANCE' | 'GROCERY' | 'GOVT' | 'HOTEL' | 'HEALTH' | 'NONPROFIT' | 'PROF_SERVICES' | 'RETAIL' | 'TRAVEL' | 'RESTAURANT' | 'NOT_A_BIZ' | 'OTHER', nullable
  - `description` string, nullable
  - `aboutShort` string, nullable
  - `email` string, email, nullable
  - `websites` string[], nullable
  - `businessHours` object, nullable
  - `profilePhotoUrl` string, nullable
  - `awayMessage` string, nullable

## Response `200`

Perfil atualizado

- BusinessProfileResponse
  - `id` string, uuid, nullable
  - `displayName` string, nullable
  - `vertical` string, nullable
  - `description` string, nullable
  - `aboutShort` string, nullable
  - `email` string, nullable
  - `websites` string[], nullable
  - `businessHours` object, nullable
  - `profilePhotoUrl` string, nullable
  - `awayMessage` string, nullable
  - `metaSyncStatus` 'PENDING' | 'SYNCED' | 'FAILED' | 'PARTIAL' | 'NO_SENDER', required
  - `metaSyncedAt` string, date-time, nullable
  - `metaSyncError` string, nullable
  - `updatedAt` string, date-time, nullable

## Other responses

- `400` — Payload inválido
- `401` — Token ausente ou inválido

---

[API](https://skmtc.net/ararahq/apis/ararahq-api.md) · [All operations](https://skmtc.net/ararahq/apis/ararahq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ararahq/ararahq-api/revisions/174c89e36a13/schema)
