Update Approver

Update an approver profile. For OAuth requests only firstName, lastName, and emailAddress are accepted — all other fields are ignored.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

uuidstringRequiredformat: "uuid"
UUID of the approver profile to update

Headers

vnd.a1.tenant-idstringOptional

Tenant identifier for multi-tenant environments

Request

This endpoint expects an object.
firstNamestringOptional
lastNamestringOptional
emailAddressstringOptionalformat: "email"

Response

Approver updated successfully
uuidstringformat: "uuid"
firstNamestring
lastNamestring
emailAddressstringformat: "email"

Errors

404
Not Found Error