Skip to content

Commit

Permalink
jmroh: #212
Browse files Browse the repository at this point in the history
fix: update swagger to use string ids
  • Loading branch information
jaemyeongroh committed Jun 29, 2020
1 parent 0aaf689 commit f5080c0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions backend/server/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -5632,7 +5632,7 @@
}
},
"example": {
"id": 4,
"id": "4",
"cells": [
{
"x": 0,
Expand Down Expand Up @@ -5697,8 +5697,7 @@
"properties": {
"id": {
"description": "the unique dashboard id",
"type": "integer",
"format": "int64"
"type": "string"
},
"cells": {
"type": "array",
Expand Down

0 comments on commit f5080c0

Please sign in to comment.