You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a follow on for #1450 , the current REST API spec has type: object for StreamingResponseBody. It's more precise and more helpful to generated API clients if it is type: binary (in which case the generated client will expect a File or Path). I encountered this when exporting a project's translations to a zip file via API.
The text was updated successfully, but these errors were encountered:
As a follow on for #1450 , the current REST API spec has
type: object
forStreamingResponseBody
. It's more precise and more helpful to generated API clients if it istype: binary
(in which case the generated client will expect aFile
orPath
). I encountered this when exporting a project's translations to a zip file via API.The text was updated successfully, but these errors were encountered: