如何使用rest-api更新post_meta?
我正在尝试使用文档 它说它支持 meta
字段。但是,当我尝试使用 REST API
更新音频文件的 artist
或 album
字段时,它不会保存数据。
有效负载:
{
meta: {artist: "Mons"}
artist: "Mons"
title: "Hello world"
}
还尝试过:
{
meta: _wp_attachment_metadata: { {artist: "Mons"} }
artist: "Mons"
title: "Hello world"
}
Endpont:/wp-json/api/v2/media/__ID__/
这里标题已更新,但艺术家没有更新。
I'm trying to update attachment metadata using the default rest API, in the documentation it says it supports the meta
field. But when I'm trying to update the artist
or album
field for an audio file using REST API
, it doesn't save the data.
Payload:
{
meta: {artist: "Mons"}
artist: "Mons"
title: "Hello world"
}
Also tried with:
{
meta: _wp_attachment_metadata: { {artist: "Mons"} }
artist: "Mons"
title: "Hello world"
}
Endpont: /wp-json/api/v2/media/__ID__/
Here title gets updated but artist doesn't.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论