From 755c30cf7d4b12657c40b56a53f9f53877934e88 Mon Sep 17 00:00:00 2001 From: "angelo.andreussi" Date: Mon, 28 Oct 2024 15:01:38 +0100 Subject: [PATCH] fix: document the allowSelfEdit field for serviceConfigurations --- .../openapi/serviceConfiguration/serviceConfiguration.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rest-api/resources/src/main/resources/openapi/serviceConfiguration/serviceConfiguration.yaml b/rest-api/resources/src/main/resources/openapi/serviceConfiguration/serviceConfiguration.yaml index f7430d56030..e33d9ee9da1 100644 --- a/rest-api/resources/src/main/resources/openapi/serviceConfiguration/serviceConfiguration.yaml +++ b/rest-api/resources/src/main/resources/openapi/serviceConfiguration/serviceConfiguration.yaml @@ -61,6 +61,9 @@ components: name: description: A human readable name for this field type: string + allowSelfEdit: + description: A flag indicating whether this field is editable by a user of the account to which the configuration belong to + type: boolean example: cardinality: 0 default: 'false'