/
PUT - /registry/throttling
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 |
|