We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aff3b64 commit 7e821aaCopy full SHA for 7e821aa
yeti_switch_api/orm/account.py
@@ -4,7 +4,7 @@
4
class Account(BaseModel):
5
class Meta:
6
path = "accounts"
7
- type = "account"
+ type = "accounts"
8
9
contractor = RelationField("contractor")
10
timezone = RelationField("timezone")
0 commit comments