v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01960201.2 KB
Ratelimits

Edit domain ratelimits

Using this endpoint you can edit the ratelimits for a certain domains.

post/api/v1/edit/rl-domain/

Request body

itemsobject

contains list of domains you want to edit the ratelimit of

Example request

{
  "attr": {
    "rl_value": "10",
    "rl_frame": "h"
  },
  "items": [
    "domain.tld"
  ]
}

Response

OK

type'success' | 'danger' | 'error'