diff --git a/aip/general/0165.md b/aip/general/0165.md index ba4c8b76a3..04a0565ec7 100644 --- a/aip/general/0165.md +++ b/aip/general/0165.md @@ -88,6 +88,7 @@ message PurgeBooksRequest { - A singular `string filter` field **must** be included and **must** follow the same semantics as in List methods (AIP-160). - It **should** be [annotated as required][aip-203]. + - A wildcard value of `"*"` **may** be supported for deleting everything. - A singular `bool force` field **must** be included. If it is not set, the API **must** return a count of the resources that would be deleted as well as a sample of those resources, without actually performing the deletion. @@ -132,6 +133,7 @@ message PurgeBooksResponse { ## Changelog +- **2025-07-23:** Explicitly state filter wildcard may be supported. - **2022-06-02:** Changed suffix descriptions to eliminate superfluous "-". - **2020-10-29**: Expanded guidance on HTTP, field behavior, and resource reference annotations.