feature-settings

Update Feature Settings

Update feature settings for the current tenant (admin-only).

put/api/v1/admin/feature-settings

Headers

authorizationstring nullable
X-API-Keystring nullable

Request body

pipelineboolean nullable
password_loginboolean nullable
home_user_customizableboolean nullable
dashboardsboolean nullable
google_client_idstring nullable
google_allowed_domainstring nullable

Response

Successful Response

pipelineboolean
password_loginboolean
home_user_customizableboolean
shipper_onboardingboolean
shipper_onboarding_countriesobject
shipper_volumeboolean
shipper_volume_countriesobject
api_key_self_serviceboolean
dashboardsboolean
google_client_idstring
google_allowed_domainstring

Changes

Changed in 3 of the 5 revisions of this API.7

    • added the optional property api_key_self_service to the response with the 200 status

      response-optional-property-added

    • added the optional property shipper_volume to the response with the 200 status

      response-optional-property-added

    • added the optional property shipper_volume_countries to the response with the 200 status

      response-optional-property-added

    • added the new optional request property dashboards

      new-optional-request-property

    • added the optional property dashboards to the response with the 200 status

      response-optional-property-added

    • added the optional property shipper_onboarding_countries to the response with the 200 status

      response-optional-property-added

    • added the optional property shipper_onboarding to the response with the 200 status

      response-optional-property-added