POST
/
white_label
/
update
curl --request POST \
  --url https://api.carbon.ai/white_label/update \
  --header 'Content-Type: application/json' \
  --header 'authorization: <api-key>' \
  --data '{
  "data_source_type": "GOOGLE_DRIVE",
  "credentials": {
    "client_id": "<string>",
    "redirect_uri": "<string>",
    "client_secret": "<string>",
    "api_key": "<string>"
  }
}'
"<any>"

Authorizations

authorization
string
header
required

Bearer <token>, corresponds to API keys.

Body

application/json
data_source_type
enum<string>
required
Available options:
GOOGLE_DRIVE
credentials
object
required

Response

200
application/json
Successful Response

The response is of type any.