Set Default Color Collection

Version 4.0.24.6 (latest)

Set the global default Color Collection by ID

Returns the new specified default Color Collection object. Note: Only an API user with the Admin role can call this endpoint. Unauthorized requests will return Not Found (404) errors.

Request

PUT /color_collections/default
Datatype
Description
Request
HTTP Request
query
HTTP Query
Expand HTTP Query definition...
collection_id
string
ID of color collection to set as default

Response

200: ColorCollection

Datatype
Description
(object)
id
string
Unique Id
label
string
Label of color collection
categoricalPalettes
Expand DiscretePalette definition...
id
string
Unique identity string
label
string
Label for palette
type
string
Type of palette
colors
string[]
sequentialPalettes
Expand ContinuousPalette definition...
id
string
Unique identity string
label
string
Label for palette
type
string
Type of palette
stops
Expand ColorStop definition...
color
string
CSS color string
offset
integer
Offset in continuous palette (0 to 100)
divergingPalettes
Expand ContinuousPalette definition...
id
string
Unique identity string
label
string
Label for palette
type
string
Type of palette
stops
Expand ColorStop definition...
color
string
CSS color string
offset
integer
Offset in continuous palette (0 to 100)

400: Bad Request

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

404: Not Found

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

422: Validation Error

Datatype
Description
(object)
message
string
Error details
Expand ValidationErrorDetail definition...
field
string
Field with error
code
string
Error code
message
string
Error info message
documentation_url
string
Documentation link
documentation_url
string
Documentation link

429: Too Many Requests

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

Examples

Kotlin

https://github.com/looker-open-source/sdk-codegen/blob/main/kotlin/src/test/TestSmoke.kt
https://github.com/looker-open-source/sdk-codegen/blob/main/kotlin/src/test/TestSmoke.kt

TypeScript

https://github.com/looker-open-source/sdk-codegen/blob/main/packages/sdk-node/test/methods.spec.ts
https://github.com/looker-open-source/sdk-codegen/blob/main/packages/sdk-node/test/methods.spec.ts

Python

https://github.com/looker-open-source/sdk-codegen/blob/main/python/tests/integration/test_methods.py
https://github.com/looker-open-source/sdk-codegen/blob/main/python/tests/integration/test_methods.py

Swift

https://github.com/looker-open-source/sdk-codegen/blob/main/swift/looker/Tests/lookerTests/smokeTests.swift
https://github.com/looker-open-source/sdk-codegen/blob/main/swift/looker/Tests/lookerTests/smokeTests.swift