action launchdarkly_get_root { label: "getRoot" description: "You can issue a GET request to the root resource to find all of the resource categories supported by the API." provider: launchdarkly method: GET path: "/" encoding: json output: { type: "object" additionalProperties: true } }