mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-03-14 02:40:14 +00:00
updated swagger documentation
This commit is contained in:
parent
7747944775
commit
9e32aab972
@ -1770,6 +1770,10 @@ var doc = `{
|
||||
"delete_account": {
|
||||
"type": "boolean",
|
||||
"example": false
|
||||
},
|
||||
"delete_local_data": {
|
||||
"type": "boolean",
|
||||
"example": false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@ -1754,6 +1754,10 @@
|
||||
"delete_account": {
|
||||
"type": "boolean",
|
||||
"example": false
|
||||
},
|
||||
"delete_local_data": {
|
||||
"type": "boolean",
|
||||
"example": false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@ -161,6 +161,9 @@ definitions:
|
||||
delete_account:
|
||||
example: false
|
||||
type: boolean
|
||||
delete_local_data:
|
||||
example: false
|
||||
type: boolean
|
||||
type: object
|
||||
api.UpdateContactRequest:
|
||||
properties:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user