Server selector (JSON format)
Take a look at the example of the structure
Example of JSON structure:
{
"server_city": {
"in": [
"Montreal"
]
},
"server_country": {
"in": [
"CA"
]
}
}
Last updated
Was this helpful?