Skip to content

Commit

Permalink
deploy: 4b5f2af
Browse files Browse the repository at this point in the history
  • Loading branch information
peterxcli committed Jan 28, 2024
1 parent e069dca commit 519dbb9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -585,13 +585,16 @@
"type": "object",
"properties": {
"event_detail": {
"type": "string"
"type": "string",
"example": "{\"title\":\"test event\",\"description\":\"test event description\"}"
},
"event_time_end": {
"type": "string"
"type": "string",
"example": "2021/01/01 00:00"
},
"event_time_start": {
"type": "string"
"type": "string",
"example": "2021/01/01 00:00"
},
"id": {
"type": "string"
Expand Down

0 comments on commit 519dbb9

Please sign in to comment.