Class: RSpec::OpenAPI::OperationConverter=Object.new
- Inherits:
-
Object
- Object
- RSpec::OpenAPI::OperationConverter=Object.new
- Defined in:
- lib/rspec/openapi/operation_converter.rb
Overview
Moves non-standard HTTP methods between the internal flat form
(paths.<path>.<method>) and the 3.2 additionalOperations map. 3.2 keeps the
8 standard methods plus query as fixed fields; other verbs (COPY, MOVE, ...)
go under additionalOperations. normalize! on read, to_additional_operations! on write.