R
Ruben Dröge
Guest
If it is a template field, what is it that you're trying to do? Do you want to change the template of this template field? In that case, you should use the updateFieldDef REST Metadata Method. And to know what you need to use as input values there, you better first use the getFieldDef method. Note: The template itself has to be converted to a binary64 encoded value. Note2: Don't try to add the XML as an URL parameter like the documentation suggests. Please send it in the body of the request.
Continue reading...
Continue reading...