Fix field name in README
This commit is contained in:
parent
1a93593ca0
commit
75bd20c775
1 changed files with 3 additions and 3 deletions
|
@ -65,11 +65,11 @@ shortened and pretty-printed example output looks like this:
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"date": "2023-01-18",
|
"date": "2023-01-18",
|
||||||
"title": "DSA-5322"
|
"dsa": "DSA-5322"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"date": "2023-01-19",
|
"date": "2023-01-19",
|
||||||
"title": "DSA-5323"
|
"dsa": "DSA-5323"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
@ -87,7 +87,7 @@ metadata. If the version exists. The following input example returns the output
|
||||||
"params": {},
|
"params": {},
|
||||||
"version": {
|
"version": {
|
||||||
"date": "2023-01-18",
|
"date": "2023-01-18",
|
||||||
"title": "DSA-5322"
|
"dsa": "DSA-5322"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue