From fcb9d40b022457606e291e8570fa479088841fcc Mon Sep 17 00:00:00 2001 From: Aqel Ahammed Date: Tue, 16 Sep 2025 10:14:57 +0530 Subject: [PATCH] Update 0217.md Fix the link to aip-159. --- aip/general/0217.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aip/general/0217.md b/aip/general/0217.md index 4471994a2e..aca145aa81 100644 --- a/aip/general/0217.md +++ b/aip/general/0217.md @@ -186,7 +186,7 @@ If the `bool return_partial_success` field is set to `true` in a request that is scoped beyond the supported granualirty of the API's ability to reasonably report unreachable resources, the API **should** return an `INVALID_ARGUMENT` error with details explaining the issue. For example, if the API only supports -`return_partial_success` when [Reading Across Collections][aip159], it returns +`return_partial_success` when [Reading Across Collections][aip-159], it returns an `INVALID_ARGUMENT` error when given a request scoped to a specific parent resource collection. The supported granularity **must** be documented on the `return_partial_success` field.