Skip to content

Commit

Permalink
Change instances get details parameter default to true
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdickson6 committed Dec 14, 2023
1 parent 317db6d commit c69970b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/parameters/detailsTrue.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c69970b

Please sign in to comment.