Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 479 Bytes

File metadata and controls

16 lines (8 loc) · 479 Bytes

UpdateApiKeyRequest

The request parameters for updating an existing API key.

Properties

Name Type Description Notes
name String The new name for the API key. [optional]
permissions List<String> The new list of permissions for the API key. [optional]
isActive Boolean Indicates whether the API key should be active or not. [optional]