使用 Postman 测试 API,我可以选择Body/binary
并选择本地存储的图像文件。邮递员以某种方式将二进制数据插入请求中,我得到了良好的响应:
在尝试将其构建为 PowerApps 中的自定义连接器时,我找不到有关Body
请求的架构应该是什么的任何信息。
当我尝试将通用{"body": ""}
主体添加到string
类型为的连接器时binary
,我收到此错误:
Specified swagger has the following errors: 'Definition is not valid. Error: 'Error : paths/~1prebuilt~1analyze/post/parameters/2/schema/properties/body : A schema with type/format 'string/binary' can only be at the top level of a body or formData parameter. '