Ratelimits
Edit domain ratelimits
Using this endpoint you can edit the ratelimits for a certain domains.
post/api/v1/edit/rl-domain/
Request body
Example request
{
"attr": {
"rl_value": "10",
"rl_frame": "h"
},
"items": [
"domain.tld"
]
}Response
OK