Update existing Location Context policy
Parameters
Name  | In  | Type  | Required  | Description  | 
|---|---|---|---|---|
body  | body  | object  | true  | body  | 
id  | path  | string  | true  | id  | 
{
  "countryPolicy": {
    "allowed": true,
    "countries": [
      "string"
    ]
  },
  "defaultPolicy": {
    "allowed": true
  },
  "description": "string",
  "ipPolicy": {
    "allowed": true,
    "ips": [
      {
        "description": "string",
        "ip": "string"
      }
    ]
  },
  "name": "string",
  "userGroupsIds": [
    "string"
  ]
}
Responses
Status  | Meaning  | Description  | 
|---|---|---|
200  | OK  | |
400  | Bad Request  | |
401  | Unauthorized  | |
403  | Access Forbidden  | |
404  | Not Found  | |
406  | Not Acceptable  | |
429  | Too Many Requests  | |
500  | Internal Server Error  | 
To perform this operation, you must be authenticated by means of one of the following methods: OAuth_authorization
{
  "countryPolicy": {
    "allowed": true,
    "countries": [
      "string"
    ]
  },
  "defaultPolicy": {
    "allowed": true
  },
  "description": "string",
  "id": "string",
  "ipPolicy": {
    "allowed": true,
    "ips": [
      {
        "description": "string",
        "ip": "string"
      }
    ]
  },
  "name": "string",
  "userGroupsIds": [
    "string"
  ]
}