Skip to content

Update templates model and related operations #124

@FernandoDiconium

Description

@FernandoDiconium

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions