PUT - /registry/throttling
Description
This API updates throttling. for more information click here
Input
Type: application/json
Param | Source | Type | Required | Description |
---|---|---|---|---|
env | Â body | Â string | Â yes | Â environment code |
 throttling |  body |  object |  yes |  |
 publicAPIStrategy |  body.throttling |  string |  no |  |
 privateAPIStrategy |   body.throttling |  string |  no |  |
type | Â body.throttling | number | yes | Â |
window | Â body.throttling | number | yes | Â |
limit | Â body.throttling | number | yes | Â |
retries | Â body.throttling | number | yes | Â |
delay | Â body.throttling | number | yes | Â |
Â