-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Ethereal DatabaseDatabase used by the Ethereal ServerDatabase used by the Ethereal ServerEthereal ServerNest.js serverNest.js server
Description
The current model is:
{
"id": "string",
"name": "string",
"subject": "string",
"html": "string",
"apiKeyId": "string"
}
In order to support the new auth logic (requests from the WebApp to the Ethereal server) the model should be updated to:
{
"id": "string",
"name": "string",
"subject": "string",
"html": "string",
"userId": "string"
}
Metadata
Metadata
Assignees
Labels
Ethereal DatabaseDatabase used by the Ethereal ServerDatabase used by the Ethereal ServerEthereal ServerNest.js serverNest.js server