Backend_RateUpdate

struct

Payload for updating an existing rate limit policy

Property Type Description
INHERITED FROM Backend_Rate
kind String Uniquely identifies the object schema type
id Integer Unique identifier for the object
priority Integer All rates are applied based on the priority, higher priorities are applied first
name String Unique name of the object
rateLimit Integer Maximum number of allowed requests
timespan String Timespan for the allowed requests
allocation Through a rate allocation a user gets assigned to a specific rate
metadata Common_Metadata Use this parameter to attach key-value data
part of the Apioo-Project