Authorization: Bearer ********************{
"notificationProviderSettings": [
{
"type": "string",
"key": "string",
"settingsJSON": "string",
"testMode": true,
"testAddress": "string"
}
],
"languages": [
"string"
],
"defaultLanguage": "string"
}curl --location --request PATCH 'https://api.ogoship.com/api/settings/channel/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"notificationProviderSettings": [
{
"type": "string",
"key": "string",
"settingsJSON": "string",
"testMode": true,
"testAddress": "string"
}
],
"languages": [
"string"
],
"defaultLanguage": "string"
}'{
"channelId": 0,
"notificationProviderSettings": [
{
"type": "string",
"key": "string",
"settingsJSON": "string",
"testMode": true,
"testAddress": "string"
}
],
"languages": [
"string"
],
"defaultLanguage": "string",
"revision": 0
}