Skip to content

Commit

Permalink
updated swagger documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard B committed May 28, 2022
1 parent 7747944 commit 9e32aab
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -1770,6 +1770,10 @@ var doc = `{
"delete_account": {
"type": "boolean",
"example": false
},
"delete_local_data": {
"type": "boolean",
"example": false
}
}
},
Expand Down
4 changes: 4 additions & 0 deletions src/docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1754,6 +1754,10 @@
"delete_account": {
"type": "boolean",
"example": false
},
"delete_local_data": {
"type": "boolean",
"example": false
}
}
},
Expand Down
3 changes: 3 additions & 0 deletions src/docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ definitions:
delete_account:
example: false
type: boolean
delete_local_data:
example: false
type: boolean
type: object
api.UpdateContactRequest:
properties:
Expand Down

0 comments on commit 9e32aab

Please sign in to comment.