mutation platformUpdate ($id: ID!, $attributes: PlatformAttributes!) {
platformUpdate (id: $id, attributes: $attributes) {
errors
platform {
checkoutValidationEnabled
code
id
name
provisioningEnabled
webhookAuthToken
webhookSigningKey
webhookUrl
}
}
}
{
"id": "456123",
"attributes": {
"name": "",
"code": "",
"provisioningEnabled": true,
"checkoutValidationEnabled": true,
"webhookUrl": "",
"webhookAuthToken": "",
"webhookSigningKey": ""
}
}