We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 387ed89 commit 3348ca9Copy full SHA for 3348ca9
1 file changed
dreadnode/api/models.py
@@ -498,8 +498,8 @@ class Organization(BaseModel):
498
"""Unique identifier for the organization."""
499
name: str
500
"""Name of the organization."""
501
- slug: str
502
- """URL-friendly slug for the organization."""
+ identifier: str
+ """URL-friendly identifer for the organization."""
503
description: str | None
504
"""Description of the organization."""
505
is_active: bool
0 commit comments