action gitlab_get_v3_licenses { label: "Get the list of the available license template" description: "This feature was introduced in GitLab 8.7. This endpoint is deprecated and will be removed in GitLab 9.0." provider: gitlab method: GET path: "/v3/licenses" encoding: json input: { type: "object" properties: { popular: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }