updateDistributorAccount
Update an existing distributor account
This page contains
Arguments
| input UpdateDistributorAccountInput! PREVIEW |
UpdateDistributorAccountInput fields
| id String! | Id of the distributor account to be updated |
| configuration DistributorAccountConfigurationInput PREVIEW | Distributor side configuration for the account |
| credentials DistributorAccountCredentialsInput PREVIEW | Distributor side account credentials |
| secondaryConfiguration DistributorAccountConfigurationInput PREVIEW | Distributor side secondary configuration for the distributor account (only needed when 2 api suites are used generally during migrations) |
| secondaryCredentials DistributorAccountCredentialsInput PREVIEW | Distributor side secondary credentials for the distributor account (only needed when 2 api suites are used generally during migrations) |
| settings DistributorAccountSettingsInput PREVIEW | Distributor Account Settings |
Return Fields
| id String | Existing internal Id of the registered distributor account |
| userErrors [UpdateDistributorAccountError!] PREVIEW | Errors preventing update of a distributor account |
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.