Skip to content

Commit d7242fd

Browse files
Update backend-api-docs.json (#2254)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 964deb0 commit d7242fd

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

save-backend/backend-api-docs.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9586,7 +9586,8 @@
95869586
"required": [
95879587
"message",
95889588
"section",
9589-
"userName"
9589+
"userName",
9590+
"userRating"
95909591
],
95919592
"type": "object",
95929593
"properties": {
@@ -9604,6 +9605,10 @@
96049605
},
96059606
"userName": {
96069607
"type": "string"
9608+
},
9609+
"userRating": {
9610+
"type": "integer",
9611+
"format": "int64"
96079612
}
96089613
}
96099614
},

0 commit comments

Comments
 (0)