Skip to content

Commit 193fea6

Browse files
changed example for default and example value
1 parent af130be commit 193fea6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

versions/3.0.0.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1194,10 +1194,11 @@ description: username to fetch
11941194
required: true
11951195
schema:
11961196
type: string
1197+
example: bob1234
1198+
default: anonymous
11971199
x-parameterType: http://example.org/username
11981200
x-valueType: http://example.org/facebookid
1199-
x-defaultValue:
1200-
x-exampleValue: bob
1201+
12011202
```
12021203

12031204
An optional query parameter of a string value, allowing multiple values by repeating the query parameter:

0 commit comments

Comments
 (0)