Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
# frozen_string_literal: true
module API
module Entities
class DeployTokenWithToken < Entities::DeployToken
expose :token, documentation: { type: 'string', example: 'jMRvtPNxrn3crTAGukpZ' }
end