Request headers

Only registered user can perform this action
  Authentication - string - required
    Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"

Request body example

{
  "colors": [
    "#ffffff",
    ...
  ],
  "location": workspaceSettingsPage
}

Success response body

{
  success: true
}

Params

Param name Description
colors
required

Validations:

  • Must be an array of String

location
optional

Validations:

  • Must be one of: workspaceSettingsPage, signUpForm, guidedWalkthrough, progressMeter, templateBranding.