{
"id": "string",
"companyId": "string",
"name": "string",
"shortName": "string",
"description": "string",
"themeColor": "string",
"backgroundColor": "string",
"display": "browser",
"icon192": {
"id": "string",
"galleryId": "string",
"link": "string",
"position": 0,
"alt": "string",
"mediaType": "Image",
"width": 0,
"height": 0
},
"icon256": {
"id": "string",
"galleryId": "string",
"link": "string",
"position": 0,
"alt": "string",
"mediaType": "Image",
"width": 0,
"height": 0
},
"icon384": {
"id": "string",
"galleryId": "string",
"link": "string",
"position": 0,
"alt": "string",
"mediaType": "Image",
"width": 0,
"height": 0
},
"icon512": {
"id": "string",
"galleryId": "string",
"link": "string",
"position": 0,
"alt": "string",
"mediaType": "Image",
"width": 0,
"height": 0
},
"translation": {
"name": {
"el": "string",
"en": "string",
"ro": "string",
"de": "string",
"fr": "string",
"it": "string",
"bg": "string",
"sq": "string",
"es": "string",
"ru": "string",
"pl": "string"
},
"shortName": {
"el": "string",
"en": "string",
"ro": "string",
"de": "string",
"fr": "string",
"it": "string",
"bg": "string",
"sq": "string",
"es": "string",
"ru": "string",
"pl": "string"
},
"description": {
"el": "string",
"en": "string",
"ro": "string",
"de": "string",
"fr": "string",
"it": "string",
"bg": "string",
"sq": "string",
"es": "string",
"ru": "string",
"pl": "string"
}
}
}
curl --location --request PUT 'https://platform.shopranos.eu/api/AppSettings' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"companyId": "string",
"name": "string",
"shortName": "string",
"description": "string",
"themeColor": "string",
"backgroundColor": "string",
"display": "browser",
"icon192": {
"id": "string",
"galleryId": "string",
"link": "string",
"position": 0,
"alt": "string",
"mediaType": "Image",
"width": 0,
"height": 0
},
"icon256": {
"id": "string",
"galleryId": "string",
"link": "string",
"position": 0,
"alt": "string",
"mediaType": "Image",
"width": 0,
"height": 0
},
"icon384": {
"id": "string",
"galleryId": "string",
"link": "string",
"position": 0,
"alt": "string",
"mediaType": "Image",
"width": 0,
"height": 0
},
"icon512": {
"id": "string",
"galleryId": "string",
"link": "string",
"position": 0,
"alt": "string",
"mediaType": "Image",
"width": 0,
"height": 0
},
"translation": {
"name": {
"el": "string",
"en": "string",
"ro": "string",
"de": "string",
"fr": "string",
"it": "string",
"bg": "string",
"sq": "string",
"es": "string",
"ru": "string",
"pl": "string"
},
"shortName": {
"el": "string",
"en": "string",
"ro": "string",
"de": "string",
"fr": "string",
"it": "string",
"bg": "string",
"sq": "string",
"es": "string",
"ru": "string",
"pl": "string"
},
"description": {
"el": "string",
"en": "string",
"ro": "string",
"de": "string",
"fr": "string",
"it": "string",
"bg": "string",
"sq": "string",
"es": "string",
"ru": "string",
"pl": "string"
}
}
}'
{}