Skip to content

Commit

Permalink
feat(engine): Add secret reponse
Browse files Browse the repository at this point in the history
  • Loading branch information
daryllimyt committed Mar 28, 2024
1 parent d2d3835 commit 02b32cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tracecat/types/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,3 +247,9 @@ class CreateWorkflowRunParams(BaseModel):

class CopyWorkflowParams(BaseModel):
owner_id: str


class SecretResponse(BaseModel):
id: str
name: str
value: str

0 comments on commit 02b32cc

Please sign in to comment.