Compare commits
2 commits
a079a6879b
...
f9c789a7e5
| Author | SHA256 | Date | |
|---|---|---|---|
| f9c789a7e5 | |||
| de5042b926 |
3 changed files with 6 additions and 1 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
0.5.1
|
0.5.2
|
||||||
|
|
|
||||||
|
|
@ -100,6 +100,7 @@ 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"
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@ 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",
|
||||||
|
|
@ -27,6 +28,7 @@ _Requires an authorization header_
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"text": "string",
|
"text": "string",
|
||||||
|
"iv": "string",
|
||||||
"channelId": "string"
|
"channelId": "string"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
@ -39,6 +41,7 @@ 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",
|
||||||
|
|
@ -67,6 +70,7 @@ 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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue