create - API Key Module Reference
This documentation provides a reference to the create
method. This belongs to the API Key Module.
create(data, sharedContext?): Promise<ApiKeyDTO[]>
This method creates API keys.
Example
Parameters
The API keys to be created.
Returns
The created API keys.
create(data, sharedContext?): Promise<ApiKeyDTO>
This method creates an API key.
Example
Parameters
The API key to be created.
Returns
The created API key.
Was this section helpful?