Update White Label

Update a white label integration.

Args:

db: The database session current_user: The current user white_label_id: The ID of the white label to update white_label_in: The white label to update

Returns:

white_label (schemas.WhiteLabel): The updated white label

Path parameters

white_label_idstringRequired

Headers

x-api-keystringOptional

Request

This endpoint expects an object.
namestringOptional
redirect_urlstringOptional
client_idstringOptional
client_secretstringOptional
allowed_originsstringOptional

Response

Successful Response
namestring
source_short_namestring
redirect_urlstring
client_idstring
client_secretstring
allowed_originsstring
idstringformat: "uuid"
organization_idstringformat: "uuid"
created_atdatetime
modified_atdatetime
created_by_emailstringformat: "email"
modified_by_emailstringformat: "email"

Errors