File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ The `<ParamField>` component is used to define parameters for your APIs or SDKs.
31
31
32
32
Supports ` number ` , ` string ` , ` boolean ` , ` object ` .
33
33
34
- Arrays can be defined using the ` [] ` suffix. For example, ` string[] ` .
34
+ Arrays can be defined using the ` [] ` suffix. For example ` string[] ` .
35
+
35
36
</ParamField >
36
37
37
38
<ParamField body = " required" type = " boolean" >
@@ -43,11 +44,7 @@ The `<ParamField>` component is used to define parameters for your APIs or SDKs.
43
44
</ParamField >
44
45
45
46
<ParamField body = " default" type = " string" >
46
- Default value used by the server if the request does not provide a value.
47
- </ParamField >
48
-
49
- <ParamField body = " initialValue" type = " any" >
50
- Value that will be used to initialize the playground.
47
+ Default value populated when the request value is empty
51
48
</ParamField >
52
49
53
50
<ParamField body = " placeholder" type = " string" >
You can’t perform that action at this time.
0 commit comments