From a49855fc93b29e3879bdfaf3487c04694210b9cf Mon Sep 17 00:00:00 2001 From: Abdallah Date: Thu, 4 Jan 2024 00:24:05 +0200 Subject: [PATCH] Fixed: schema's related visibility --- api-library/api.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/api-library/api.yaml b/api-library/api.yaml index 628c81e..392ee19 100644 --- a/api-library/api.yaml +++ b/api-library/api.yaml @@ -327,7 +327,7 @@ components: password: type: string format: password - readOnly: true + writeOnly: true role_id: type: string format: uuid @@ -389,6 +389,7 @@ components: - shared - private - direct + readOnly: false creator_id: type: string format: uuid @@ -523,8 +524,10 @@ components: type: string file_size: type: integer + readOnly: true file_type: type: string + readOnly: true content: type: string format: binary @@ -567,6 +570,7 @@ components: parent_message_id: type: string format: uuid + readOnly: true messages: type: array items: