Sha256: 6cfcf1cb852b89edef31bd6a406716303b99cdceafe1d5801cef9a4e60732a20
Contents?: true
Size: 414 Bytes
Versions: 4
Compression:
Stored size: 414 Bytes
Contents
module Swagger module V1 module DefaultResponses module Unprocessable def self.extended(base) base.response 422 do key :description, "Переданные параметры не валидны" schema do key :'$ref', :'Swagger::V1::::Models::Apress::Api::UnprocessableError' end end end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems