diff --git a/api/openapi/apis/organizations.yaml b/api/openapi/apis/organizations.yaml index 80c7761..4bd37de 100644 --- a/api/openapi/apis/organizations.yaml +++ b/api/openapi/apis/organizations.yaml @@ -1075,7 +1075,10 @@ components: content: application/json-patch+json: schema: - $ref: ../models/PatchOperationList.yaml + allOf: + - $ref: ../models/patch/PatchArrayString.yaml + - $ref: ../models/patch/PatchString.yaml + - $ref: ../models/patch/PatchInteger.yaml description: JSON Patch operations tags: - name: Organization diff --git a/api/openapi/models/PatchOperation.yaml b/api/openapi/models/PatchOperation.yaml index c26b436..263db90 100644 --- a/api/openapi/models/PatchOperation.yaml +++ b/api/openapi/models/PatchOperation.yaml @@ -6,4 +6,5 @@ properties: path: type: string value: - type: object + type: + - object