update schemas

This commit is contained in:
Mads Rasmussen
2022-09-23 15:07:43 +02:00
parent 1407a370b0
commit cb21491462
2 changed files with 637 additions and 637 deletions

View File

@@ -107,7 +107,7 @@ paths:
$ref: '#/components/schemas/ProblemDetails'
/property-editors/list:
get:
operationId: PropertyEditorsListRequest
operationId: PropertyEditorsListEndpoint
responses:
'200':
description: 200 response
@@ -123,7 +123,7 @@ paths:
$ref: '#/components/schemas/ProblemDetails'
/property-editors/property-editor/{propertyEditorAlias}:
get:
operationId: PropertyEditorRequest
operationId: PropertyEditorEndpoint
parameters:
- name: propertyEditorAlias
in: path
@@ -145,7 +145,7 @@ paths:
$ref: '#/components/schemas/ProblemDetails'
/property-editors/property-editor/config/{propertyEditorAlias}:
get:
operationId: PropertyEditorConfigRequest
operationId: PropertyEditorConfigEndpoint
parameters:
- name: propertyEditorAlias
in: path

File diff suppressed because it is too large Load Diff