Compare commits
No commits in common. "f9c789a7e5af10b656ec8341ecf390533b021d72588929f5d2e12272963f73e8" and "a079a6879b7fc6e3a654a0e4c18a0dc152f5ff1504d6f7be55c4cca55bc9db11" have entirely different histories.
f9c789a7e5
...
a079a6879b
3 changed files with 1 additions and 6 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
0.5.2
|
||||
0.5.1
|
||||
|
|
|
|||
|
|
@ -100,7 +100,6 @@ Returns messages for a channel with id = {id}
|
|||
{
|
||||
"id": "string",
|
||||
"text": "string",
|
||||
"iv": "string",
|
||||
"edited": "boolean",
|
||||
"ownerId": "string",
|
||||
"creationDate": "number"
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@ Returns a message with id = {id}
|
|||
{
|
||||
"id": "string",
|
||||
"text": "string",
|
||||
"iv": "string",
|
||||
"editHistory": "string[]",
|
||||
"edited": "boolean",
|
||||
"ownerId": "string",
|
||||
|
|
@ -28,7 +27,6 @@ _Requires an authorization header_
|
|||
```json
|
||||
{
|
||||
"text": "string",
|
||||
"iv": "string",
|
||||
"channelId": "string"
|
||||
}
|
||||
```
|
||||
|
|
@ -41,7 +39,6 @@ Creates a new message and returns it
|
|||
{
|
||||
"id": "string",
|
||||
"text": "string",
|
||||
"iv": "string",
|
||||
"editHistory": "string[]",
|
||||
"edited": "boolean",
|
||||
"ownerId": "string",
|
||||
|
|
@ -70,7 +67,6 @@ Updates a message with id = {id}
|
|||
{
|
||||
"id": "string",
|
||||
"text": "string",
|
||||
"iv": "string",
|
||||
"editHistory": "string[]",
|
||||
"edited": "boolean",
|
||||
"ownerId": "string",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue