upsert - API Key Module Reference
This documentation provides a reference to the upsert
method. This belongs to the API Key Module.
upsert(data, sharedContext?): Promise<ApiKeyDTO[]>
This method updates or creates API keys if they don't exist.
Example
Parameters
The attributes in the API keys that are created or updated.
Returns
The created or updated API keys.
upsert(data, sharedContext?): Promise<ApiKeyDTO>
This method updates or creates an API key if it doesn't exist.
Example
Parameters
The attributes in the API key that's created or updated.
Returns
The created or updated API key.
Was this section helpful?