Search code examples
metadatabox-api

Creating metadata template or add field to existing template with box API


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.


Solution

  • 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.