action bitbucket_get_addon_linkers_linker_key_values { label: "List linker values for a linker" description: "Gets a list of all [linker](/cloud/bitbucket/modules/linker/) values for the\nspecified linker of the authenticated application.\n\nA linker value lets applications supply values to modify its regular expression.\n\nThe base regular expression must use a Bitbucket-specific match group `(?K)`\nwhich will be translated to `([\\w\\-]+)`. A value must match this pattern.\n\n[Read more about linker values](/cloud/bitbucket/modules/linker/#usingthebitbucketapitosupplyvalues)" provider: bitbucket method: GET path: "/addon/linkers/{linker_key}/values" encoding: json output: { type: "object" additionalProperties: true } }