creating metadata template or add field to existin

2019-08-11 11:50发布

Is there api call where User can append value on to pre existing metadata template

for example lets say I have metadata template called author and has dropdown of [bob, bill, mary , mark] but i want to push "dan" to the dropdown so the dropdown will be [bob, bill, mary , mark , dan]

OR

Is there a api call that allows for creating new metadata template?

I have looked for documents but most of them were creating metadata on to file with the existing template

1条回答
相关推荐>>
2楼-- · 2019-08-11 12:17

Metadata template creation and editing is only done through the Admin Console in the Web App at this time. The API only supports working with the values within the templates, not the keys.

查看更多
登录 后发表回答