Hi, i wonder what are the difference between update and sync schema? Trying to build or own cli with the api and as far as i can see update schema doesn’t do anything? Not really sure what happens when you sync a schema either…
Lets say i have two apps (local and dev) both contains the same schemas, fields and content. Now imagine im working on my local environment, i add a few fields in one of the schemas. Naturally i would like to update the schema with the same name on “dev” but when i do nothing happens, i get a 200 response but nothing got updated… If i instead do sync the content seem to disappear from dev.