hensei-api/app/blueprints/api/v1/update_blueprint.rb
2023-01-25 20:03:00 -08:00

9 lines
167 B
Ruby

# frozen_string_literal: true
module Api
module V1
class UpdateBlueprint < Blueprinter::Base
fields :version, :update_type, :updated_at
end
end
end