Add initialization vectors

This commit is contained in:
Aslan 2026-01-13 17:32:06 -05:00
parent a079a6879b
commit de5042b926
2 changed files with 5 additions and 0 deletions

View file

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