Harden RC7 API response contracts
This commit is contained in:
@@ -41,3 +41,7 @@ class ProjectList(BaseModel):
|
||||
total: int
|
||||
limit: int
|
||||
offset: int
|
||||
|
||||
|
||||
class ProjectDeleteResult(BaseModel):
|
||||
deleted: bool
|
||||
|
||||
Reference in New Issue
Block a user