From c69970bcaec47c05a2caf0a515cf02e8440d824c Mon Sep 17 00:00:00 2001 From: James Dickson Date: Thu, 14 Dec 2023 12:07:48 -0500 Subject: [PATCH] Change instances get details parameter default to true --- components/parameters/detailsTrue.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/parameters/detailsTrue.yaml b/components/parameters/detailsTrue.yaml index 8335b485..edbe5ed1 100644 --- a/components/parameters/detailsTrue.yaml +++ b/components/parameters/detailsTrue.yaml @@ -1,8 +1,8 @@ name: details in: query -description: Include details=true to return more details about the instance, ie. containerDetails. Available in api version 5.2.8/5.3.2. +description: Include details=false to exclude extra details about the instance, ie. containerDetails. Available in api version 5.2.8/5.3.2. schema: type: boolean description: Instance details - default: false + default: true example: true \ No newline at end of file