Update an existing access group
Parameters
Name | In | Type | Required | Description |
|---|---|---|---|---|
id | path | string | true | id |
{
"description": "string",
"destination": [
{
"allCovered": true,
"children": [
"string"
],
"parent": "string",
"type": "HOST_SERVICE"
}
],
"name": "string",
"source": [
{
"allCovered": true,
"children": [
"string"
],
"parent": "string",
"type": "HOST"
}
]
}
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 |
{
"defaultGroup": true,
"description": "string",
"destination": [
{
"allCovered": true,
"children": [
{
"id": "string",
"name": "string"
}
],
"parent": {
"id": "string",
"name": "string"
},
"type": "HOST_SERVICE"
}
],
"id": "string",
"name": "string",
"source": [
{
"allCovered": true,
"children": [
{
"id": "string",
"name": "string"
}
],
"parent": {
"id": "string",
"name": "string"
},
"type": "HOST"
}
]
}
To perform this operation, you must be authenticated by means of one of the following methods: OAuth_authorization