From edce4ed183d6cf3f7c1f8633d5947b8b1d298040 Mon Sep 17 00:00:00 2001 From: Jon Anders Sollien Date: Mon, 1 Jul 2024 11:06:48 +0200 Subject: [PATCH] Add readOnly (#354) --- swagger.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/swagger.yaml b/swagger.yaml index be93e6d..b67a77d 100644 --- a/swagger.yaml +++ b/swagger.yaml @@ -1850,17 +1850,21 @@ components: required: - id - name + - readonly properties: id: type: string name: type: string + readonly: + type: boolean topic_status_extension_item_GET: type: object required: - id - name - status_type + - readonly properties: id: type: string @@ -1869,12 +1873,15 @@ components: status_type: type: string enum: [open, closed] + readonly: + type: boolean user_extension_item_GET: type: object required: - id - name - email + - readonly properties: id: type: string @@ -1882,6 +1889,8 @@ components: type: string email: type: string + readonly: + type: boolean extension_item_SET: type: object required: