actions icon indicating copy to clipboard operation
actions copied to clipboard

Update Actions List Endpoint documentation

Open ricardocosta opened this issue 6 years ago • 2 comments

The current documentation for the Actions List Endpoint seems to be outdated:

  • supported_download_settings seems to be an array now, instead of boolean.
  • csv_zip is missing in the supported_formats values list.

I'm looking at the types definitions to know the correct action configuration.

ricardocosta avatar Apr 24 '19 10:04 ricardocosta

Yup ran into same issues

abatrinu avatar May 28 '19 14:05 abatrinu

yup, run into the same issue... An example I've received from the Looker folks was something like:

      "supported_download_settings": [
        "push"
      ]

I'm looking for all the enum values for it. Found a good clue for the values: https://docs.looker.com/reference/api-and-integration/api-reference/v3.1/integration

push and url

joerzepiejewski avatar Jul 24 '19 21:07 joerzepiejewski