Updating the Schema
For the pre-existing sources, perform the following steps to start using new attributes with your source. Refer to the appropriate attribute section for detailed information about updating the schema.
-
Use createSchema API to create a new group schema for your source.
-
Update the account schema with the following steps:
-
Get the account schema using getSchema API.
-
Copy the schema to a file and search for attribute corresponding to the group schema you created earlier.
-
Add and update the properties for the attribute found in previous step.
-
Add the schema you modified to the payload to update account schema in source using replaceSchema API.
-