diff options
| author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-04-26 12:09:18 +0000 |
|---|---|---|
| committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-04-26 12:09:18 +0000 |
| commit | 9edf852c3a851d84b85bc94f7a3b41d5ef04dd32 (patch) | |
| tree | f79a739a455d5d02758e225582688c0451465aa6 /lib/api | |
| parent | 6f22c85c38b7a896178879172f4c0f82353308f8 (diff) | |
| download | gitlab-ce-9edf852c3a851d84b85bc94f7a3b41d5ef04dd32.tar.gz | |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/api')
| -rw-r--r-- | lib/api/entities/releases/link.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/api/entities/releases/link.rb b/lib/api/entities/releases/link.rb index 534510ec7e6..0f49440d43b 100644 --- a/lib/api/entities/releases/link.rb +++ b/lib/api/entities/releases/link.rb @@ -18,7 +18,6 @@ module API } do |link| ::Releases::LinkPresenter.new(link).direct_asset_url end - expose :external?, documentation: { type: 'boolean' }, as: :external # @deprecated expose :link_type, documentation: { type: 'string', example: 'other' } end end |
