diff --git a/dreadnode/api/models.py b/dreadnode/api/models.py index 36eef3e8..391a90fb 100644 --- a/dreadnode/api/models.py +++ b/dreadnode/api/models.py @@ -498,8 +498,8 @@ class Organization(BaseModel): """Unique identifier for the organization.""" name: str """Name of the organization.""" - slug: str - """URL-friendly slug for the organization.""" + identifier: str + """URL-friendly identifer for the organization.""" description: str | None """Description of the organization.""" is_active: bool