diff --git a/docs/features/software-catalog/api.md b/docs/features/software-catalog/api.md index 1020d636d7..943b1a8fd5 100644 --- a/docs/features/software-catalog/api.md +++ b/docs/features/software-catalog/api.md @@ -277,6 +277,11 @@ where the `items` array has _the same length_ and _the same order_ as the input `entityRefs` array. Each element contains the corresponding entity data, or `null` if no entity existed in the catalog with that ref. +You can also add `fields` query parameters in the exact same way as `GET +/entities` above, to fetch only certain slices of each entity. At this point you +can only specify these as query parameters on the URL, not in the request body. +Providing them in the body may be added in the future. + ## Locations TODO