Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion api-library/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ components:
password:
type: string
format: password
readOnly: true
writeOnly: true
role_id:
type: string
format: uuid
Expand Down Expand Up @@ -389,6 +389,7 @@ components:
- shared
- private
- direct
readOnly: false
creator_id:
type: string
format: uuid
Expand Down Expand Up @@ -523,8 +524,10 @@ components:
type: string
file_size:
type: integer
readOnly: true
file_type:
type: string
readOnly: true
content:
type: string
format: binary
Expand Down Expand Up @@ -567,6 +570,7 @@ components:
parent_message_id:
type: string
format: uuid
readOnly: true
messages:
type: array
items:
Expand Down