Tray Embedded / Building Integrations / Enabling Instances
Enabling Instances
On this page
Read first
Make sure you have read the following sections before proceeding:
Introduction
Once the Config Wizard has been completed, you must the updateSolutionInstance (user token) mutation to enable the instance
This is to allow you to make any checks or changes before an Instance is activated.
Note that it is best practice to set error errorOnEnablingWithMissingValues when passing the arguments with this mutation:
updateSolutionInstance(input: {solutionInstanceId: $solutionInstanceId,instanceName: $instanceName,errorOnEnablingWithMissingValues: true,enabled: true})
This will prevent you from enabling mis-configured Instances.
Read next
The next page in this section is a guide to managing updated Solutions and Instances: