fix: example versions should be whole numbers to reflect API version
This commit is contained in:
parent
658c59887a
commit
9cdc0eb724
1 changed files with 3 additions and 2 deletions
|
@ -27,8 +27,9 @@ No request parameters or request body.
|
||||||
"example.feature": true
|
"example.feature": true
|
||||||
},
|
},
|
||||||
"versions": [
|
"versions": [
|
||||||
"0.0.2",
|
"2",
|
||||||
"1",
|
"3",
|
||||||
|
"4",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
Loading…
Add table
Add a link
Reference in a new issue