Resolve Settings

Resolves the relevant settings for a specific Context.

Supply the specific Context to resolve by

Request
Request Body schema: application/json

The context to resolve by

Any of:

The context to resolve by

required
object (IUserContext)
string or Array of strings

Specific flags to resolve

property name*
additional property
any
Responses
200

Ok

400

Bad Request

500

Internal Server Error

post/settings/resolve
Request samples
application/json
{
  • "userCtx": {
    },
  • "flags": "string"
}
Response samples
application/json
[
  • {
    }
]