Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dreadnode/api/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ class Workspace(BaseModel):
"""URL-friendly slug for the workspace."""
description: str | None
"""Description of the workspace."""
created_by: UUID
created_by: UUID | None = None
"""Unique identifier for the user who created the workspace."""
org_id: UUID
"""Unique identifier for the organization the workspace belongs to."""
Expand Down
Loading