swagger-typescript-api
swagger-typescript-api copied to clipboard
Form Data "files" is not correctly handled with default fetch template
Form Data "files" is not correctly handled as an array of objects in fetch templates and is inconsistent with the axios templates. As a result, an array of files in FormData are sent in the fetch POST as an empty array.