Skip to content

Commit ae9d54f

Browse files
authored
add params to API settings (#774)
1 parent cebf026 commit ae9d54f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

settings.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,15 @@ This section contains the full reference for the docs.json file.
522522
</ResponseField>
523523
</Expandable>
524524
</ResponseField>
525+
<ResponseField name="params" type="object">
526+
Configurations for the API parameters
527+
528+
<Expandable title="Params">
529+
<ResponseField name="expanded" type="&quot;all&quot; | &quot;closed&quot;">
530+
The view mode of expandable API parameters. Defaults to `closed`.
531+
</ResponseField>
532+
</Expandable>
533+
</ResponseField>
525534
<ResponseField name="playground" type="object">
526535
Configurations for the API playground
527536

0 commit comments

Comments
 (0)