action digitalocean_functions_list_namespaces { label: "List Namespaces" description: "Returns a list of namespaces associated with the current user. To get all namespaces, send a GET request to `/v2/functions/namespaces`." provider: digitalocean method: GET path: "/v2/functions/namespaces" encoding: json output: { type: "object" } }