Change the owner's name
Change the owner's own first and/or last name, exactly as they said it. Not the business name: that is update_site's displayName.
Change the owner's own first and/or last name, exactly as they said it. Not the business name: that is update_site's displayName.
Create a scoped key in Benjiads → Integrations. Sent only in Authorization.
In: header
Header Parameters
8–80 letters, digits, underscores or hyphens. Reuse the same key and arguments for retries. Completed mutations replay for at least 90 days; a pending operation returns 409 and must be reconciled before using a new key.
^[A-Za-z0-9_-]+$8 <= length <= 80Request Body
application/json
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X PATCH "https://example.com/account" \ -H "Idempotency-Key: stringst" \ -H "Content-Type: application/json" \ -d '{}'{ "account": { "firstName": "string", "lastName": "string", "phone": "string" }}