creating metadata template or add field to existin

2019-08-11 12:28发布

问题:

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:

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.