Sha256: 5be06a3512574c7e2d43a6046c084706fb1cd72aa986191b49626ddd55be8dc8

Contents?: true

Size: 275 Bytes

Versions: 4

Compression:

Stored size: 275 Bytes

Contents

module Swagger
  module V1
    module DefaultResponses
      module UpdatedLocked
        def self.extended(base)
          base.response 503 do
            key :description, "Закрыто редактирование"
          end
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
apress-api-1.24.0 app/docs/swagger/v1/default_responses/updates_locked.rb
apress-api-1.23.0 app/docs/swagger/v1/default_responses/updates_locked.rb
apress-api-1.22.1 app/docs/swagger/v1/default_responses/updates_locked.rb
apress-api-1.22.0 app/docs/swagger/v1/default_responses/updates_locked.rb