We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af130be commit 193fea6Copy full SHA for 193fea6
versions/3.0.0.md
@@ -1194,10 +1194,11 @@ description: username to fetch
1194
required: true
1195
schema:
1196
type: string
1197
+ example: bob1234
1198
+ default: anonymous
1199
x-parameterType: http://example.org/username
1200
x-valueType: http://example.org/facebookid
-x-defaultValue:
-x-exampleValue: bob
1201
+
1202
```
1203
1204
An optional query parameter of a string value, allowing multiple values by repeating the query parameter:
0 commit comments