Skip to content

Commit 3348ca9

Browse files
authored
refactor(organization): rename slug field to identifier (#225)
1 parent 387ed89 commit 3348ca9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dreadnode/api/models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,8 +498,8 @@ class Organization(BaseModel):
498498
"""Unique identifier for the organization."""
499499
name: str
500500
"""Name of the organization."""
501-
slug: str
502-
"""URL-friendly slug for the organization."""
501+
identifier: str
502+
"""URL-friendly identifer for the organization."""
503503
description: str | None
504504
"""Description of the organization."""
505505
is_active: bool

0 commit comments

Comments
 (0)