Skip to content

Commit

Permalink
Fix acl_template schema for delete operation
Browse files Browse the repository at this point in the history
This wraps around datastore.delete and so returns True.
  • Loading branch information
anodos325 committed Nov 22, 2024
1 parent b078b47 commit c2a03bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middlewared/middlewared/api/v25_04_0/acl.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ class AclTemplateDeleteArgs(BaseModel):


class AclTemplateDeleteResult(BaseModel):
result: int
result: Literal[True]


class AclTemplateFormatOptions(BaseModel):
Expand Down

0 comments on commit c2a03bb

Please sign in to comment.