Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.15 KB

File metadata and controls

15 lines (12 loc) · 1.15 KB

# SubKeyUpdate

Properties

Name Type Description Notes
description string Human-readable label, e.g. the name of the tenant the key is for.
active bool Whether the key can authenticate. Defaults to true. [optional]
permissions \Invoicetronic\Model\Permissions [optional]
company_ids int[] Companies the key can access. When omitted or empty, the key can access all the companies of the account, including the ones created later. [optional]
cors_origins string[] Browser origins allowed to call the API with this key (CORS), e.g. `https://app.example.com` or `*.example.com`. A key used from a browser is public: keep its permissions and companies minimal. [optional]
id int Id of the restricted key to update. [optional]
version int Row version read with the key, for optimistic concurrency: a stale version fails with 422. [optional]

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