mirror of https://github.com/halo-dev/halo
![]() #### What type of PR is this? /kind api-change /kind feature /area core #### What this PR does / why we need it: see #2335 增加将第三方资源转存为附件资源的接口。 `/apis/api.console.halo.run/v1alpha1/attachments/-/upload-from-url` UC: `/apis/uc.api.content.halo.run/v1alpha1/attachments/-/upload-from-url` 其中参数为 ```json { "url": "string", "filename": "string", "groupName": "string", "policyName": "string" } ``` #### How to test it? 测试能否将第三方接口的资源保存至附件中。 测试各类附件,例如图片、视频、文本等。 #### Does this PR introduce a user-facing change? ```release-note 增加通过链接转存第三方资源至附件库的接口 ``` |
||
---|---|---|
.. | ||
v3_0 |