Hi, I know I can retrieve the entire schema using Schema API and I can also use it to manipulate the schema by adding fields etc.
I don't see any way to post an entire schema file back to the Schema API though ... this is what most REST APIs offer: You retrieve an object, modify it and send back the entire object. I could of course loop through all items in the schema, delete them and re-create ... this sounds more complicated than it should be. Is there anything I might have missed in the documentation? Thanks, André