Yury Shchyhlinski

Results 2 comments of Yury Shchyhlinski

We also need to keep in mind that response time calculated once may be significantly changed in a short period.

@antek-drzewiecki please try to use something like following code: ```ruby desc 'Some method.', http_codes: [ { code: 202, model: API::Entities::Entity }, { code: 401, model: API::Entities::Error } ] ```