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
This commit is contained in:
Matt Riedemann
2019-04-12 12:07:22 -04:00
parent c3a1aefefb
commit d921ad4bc8

View File

@@ -125,6 +125,7 @@ allocation_candidates_member_of:
We do not check if the same aggregate uuid is in both positive and negative 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. expression to return 400 BadRequest. We still return 200 for such cases.
For example:: For example::
member_of=AGGA_UUID&member_of=!AGGA_UUID member_of=AGGA_UUID&member_of=!AGGA_UUID
would return empty ``allocation_requests`` and ``provider_summaries``, would return empty ``allocation_requests`` and ``provider_summaries``,