Extend a list of domains in Cyber Shield Block List.
Body parameter
{
"domainAndComments": [
{
"domain": "string",
"comment": "string"
}
]
}
Parameters
Name | In | Type | Required | Description |
|---|---|---|---|---|
body | body | true | none | |
» domainAndComments | body | false | none | |
»» domain | body | string | false | none |
»» comment | body | string | false | none |
Responses
Status | Meaning | Description | Schema |
|---|---|---|---|
200 | OK | None | |
400 | Bad Request | ||
401 | Unauthorized | None | |
429 | Too Many Requests | None | |
500 | Internal Server Error |
{
"errorDetails": {
"property1": [
{
"errorCode": "string",
"message": "string",
"params": {
"property1": {},
"property2": {}
}
}
],
"property2": [
{
"errorCode": "string",
"message": "string",
"params": {
"property1": {},
"property2": {}
}
}
]
},
"errorMessage": "string",
"statusError": "string"
}
Response Schema
To perform this operation, you must be authenticated by means of one of the following methods: oauth