Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 807 Bytes

File metadata and controls

13 lines (10 loc) · 807 Bytes

# CreateApiKeyRequest

Properties

Name Type Description Notes
name string
expires_in int Days until expiry [optional]
scope string 'full' grants access to all profiles (default), 'profiles' restricts to specific profiles [optional] [default to 'full']
profile_ids string[] Profile IDs this key can access. Required when scope is 'profiles'. [optional]
permission string 'read-write' allows all operations (default), 'read' restricts to GET requests only [optional] [default to 'read-write']

[Back to Model list] [Back to API list] [Back to README]