Replace a Principal Rate Limit
PUT {{baseUrl}}/api/v1/principal-rate-limits/:principalRateLimitId
Replaces a principal rate limit entity by principalRateLimitId
Request Body
{"principalId"=>"token1234", "principalType"=>"SSWS_TOKEN", "defaultPercentage"=>50, "defaultConcurrencyPercentage"=>75}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"id":"abcd1234","orgId":"org1234","principalId":"token1234","principalType":"SSWS_TOKEN","defaultPercentage":50,"defaultConcurrencyPercentage":75,"createdDate":"2022-05-19T20:05:32.720Z","createdBy":"user1234","lastUpdate":"2022-05-20T21:13:07.410Z","lastUpdatedBy":"user4321"}