Current section
Files
Jump to
Current section
Files
priv/docs/methods/admin.audit.anomaly.allow.updateItem.json
{
"args": {
"trusted_asns": {
"desc": "allow list of Autonomous System Numbers (ASN) in the Enterprise organization configuration",
"required": false,
"type": "array"
},
"trusted_cidr": {
"desc": "allow list of IPv4 addresses using cidr notation in the Enterprise organization configuration",
"required": false,
"type": "array"
}
},
"desc": "API to allow Enterprise org admins to write/overwrite the allow list of IP blocks and ASNs from the enterprise configuration.",
"errors": {
"endpoint_unavailable": "The requested endpoint is currently unavailable.",
"invalid_field_or_data": "user attempted to write and invalid field or data to the team config",
"unable_to_process_post_request": "The user sent a malformed post request",
"unsupported_action_describe": "The user specified describe action is unsupported",
"unsupported_action_put": "The user specified put action is unsupported"
},
"rate_limit": {
"label": "Tier 2: 20+ per minute",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {
"user": [
{
"name": "admin",
"url": "https://docs.slack.dev/reference/scopes/admin"
}
]
}
}