API should support XML in request/response. Current version only supports JSON.
Note that these two formats, albeit similar, are not equivalent. Try to reuse as much logic as possible, but be prepared to incorporate XML-specific things, such as root element name, or list representations. Some (most?) of these are supported by OAS3 using XML-specific properties.
API should support XML in request/response. Current version only supports JSON.
Note that these two formats, albeit similar, are not equivalent. Try to reuse as much logic as possible, but be prepared to incorporate XML-specific things, such as root element name, or list representations. Some (most?) of these are supported by OAS3 using XML-specific properties.