Compare commits

..

No commits in common. "f9c789a7e5af10b656ec8341ecf390533b021d72588929f5d2e12272963f73e8" and "a079a6879b7fc6e3a654a0e4c18a0dc152f5ff1504d6f7be55c4cca55bc9db11" have entirely different histories.

3 changed files with 1 additions and 6 deletions

View file

@ -1 +1 @@
0.5.2 0.5.1

View file

@ -100,7 +100,6 @@ Returns messages for a channel with id = {id}
{ {
"id": "string", "id": "string",
"text": "string", "text": "string",
"iv": "string",
"edited": "boolean", "edited": "boolean",
"ownerId": "string", "ownerId": "string",
"creationDate": "number" "creationDate": "number"

View file

@ -10,7 +10,6 @@ Returns a message with id = {id}
{ {
"id": "string", "id": "string",
"text": "string", "text": "string",
"iv": "string",
"editHistory": "string[]", "editHistory": "string[]",
"edited": "boolean", "edited": "boolean",
"ownerId": "string", "ownerId": "string",
@ -28,7 +27,6 @@ _Requires an authorization header_
```json ```json
{ {
"text": "string", "text": "string",
"iv": "string",
"channelId": "string" "channelId": "string"
} }
``` ```
@ -41,7 +39,6 @@ Creates a new message and returns it
{ {
"id": "string", "id": "string",
"text": "string", "text": "string",
"iv": "string",
"editHistory": "string[]", "editHistory": "string[]",
"edited": "boolean", "edited": "boolean",
"ownerId": "string", "ownerId": "string",
@ -70,7 +67,6 @@ Updates a message with id = {id}
{ {
"id": "string", "id": "string",
"text": "string", "text": "string",
"iv": "string",
"editHistory": "string[]", "editHistory": "string[]",
"edited": "boolean", "edited": "boolean",
"ownerId": "string", "ownerId": "string",