Updates a single API key. You can update the keys name, description, status, and rate limit. You cannot mutate the actual key itself.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Management API version.
Name of an API key.
3 - 255Description for an API key.
3 - 255Set API key status. Use to enable or disable an API key.
enabled, disabled Set rate limit for an API key. Value is in request-per-second.
x >= 0.1Updated API key object.