remove property editor alias from config response

This commit is contained in:
Mads Rasmussen
2022-09-27 12:43:37 +02:00
parent e2b84d065c
commit 28080687c2
5 changed files with 18 additions and 20 deletions

View File

@@ -962,8 +962,6 @@ components:
PropertyEditorConfigResponse:
type: object
properties:
propertyEditorAlias:
type: string
properties:
type: array
items:
@@ -971,7 +969,6 @@ components:
defaultConfig:
type: object
required:
- propertyEditorAlias
- properties
ServerStatus:
type: string