Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 1.15 KB

RegistrationRequest.md

File metadata and controls

12 lines (9 loc) · 1.15 KB

# RegistrationRequest

Properties

Name Type Description Notes
email string The email to use for registration.
kind string The kind of connector that is being registered. This value should be a unique identifier for the system that is being connected to (e.g. "craftcms"). The plugin developer can decide what this value should be. This value should be set by the plugin itself, not by the user.
name string The name of the connector installation. This value can be set by the user and should uniquely identify this installation (e.g. "example.com marketing website").
api_key string The Lilt API Key to use for registration. This value is optional. If an API Key value is not provided then a new one will be created in the background as part of registration. This value should be provided if the user already has an existing Lilt account they wish to associate this installation with. [optional]

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