action gitlab_get_v3_licenses_name { label: "Get the text for a specific license" 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/{name}" encoding: json input: { type: "object" properties: { name: { type: "string" } } required: ["name"] additionalProperties: false } output: { type: "object" additionalProperties: true } }