Skip to main content

PwaConfigGeneralOptionsRqData

namestringrequired

Possible values: <= 255 characters

categorystringrequired

Possible values: [GAMBLING, BETTING, DATING, CRYPTO, LOANS, TRADING, HOROSCOPE]

tag_idsstring[]required
prelanding_idstring
push_config_idsstring[]required
domainsstring[]required
belongs_to_userbooleanrequired
use_android_templatestring

Possible values: [WEB_STORE, NATIVE_STORE_GREEN]

use_ios_templatestring

Possible values: [NATIVE_STORE]

PwaConfigGeneralOptionsRqData
{
"name": "string",
"category": "GAMBLING",
"tag_ids": [
"string"
],
"prelanding_id": "string",
"push_config_ids": [
"string"
],
"domains": [
"string"
],
"belongs_to_user": true,
"use_android_template": "WEB_STORE",
"use_ios_template": "NATIVE_STORE"
}