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.

  1. Use createSchema API to create a new group schema for your source.

  2. Update the account schema with the following steps:

    1. Get the account schema using getSchema API.

    2. Copy the schema to a file and search for attribute corresponding to the group schema you created earlier.

    3. Add and update the properties for the attribute found in previous step.

    4. Add the schema you modified to the payload to update account schema in source using replaceSchema API.