v1

latestOpenAPI 3.0.12026-07-269671357.0 KB
Organizations

Update Partner Organization

patch/mortgage/v2/partners/{id}

Path parameters

idstring required

ID of the organization to update.

Request body

Example request

{
  "branding": {
    "logo_image": ""
  }
}

Response

success

idstring
namestring required

Name of the partner organization

emailstring

A unique email associated with this organization

logo_s3_linkstring nullable

Example response

{
  "name": "New Organization Name",
  "email": "org_controller_spec@proof.com"
}