From d921ad4bc8b817da33e785362e15e055950cc57a Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Fri, 12 Apr 2019 12:07:22 -0400 Subject: [PATCH] api-ref: fix formatting in member_of param for 1.21 This fixes a formatting issue in the member_of 1.21 parameter to the GET /allocation_candidates API reference. Change-Id: I53289e98d76c22b220066b22de7f21552dc5378a --- api-ref/source/parameters.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml index 6664de06b..94dbdaa14 100644 --- a/api-ref/source/parameters.yaml +++ b/api-ref/source/parameters.yaml @@ -125,6 +125,7 @@ allocation_candidates_member_of: We do not check if the same aggregate uuid is in both positive and negative expression to return 400 BadRequest. We still return 200 for such cases. For example:: + member_of=AGGA_UUID&member_of=!AGGA_UUID would return empty ``allocation_requests`` and ``provider_summaries``,