Skip to content

Commit

Permalink
Modified 2 files
Browse files Browse the repository at this point in the history
  • Loading branch information
Reingold Shekhtel authored and Reingold Shekhtel committed Jan 22, 2025
1 parent 621a483 commit 99106f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion api/openapi/apis/organizations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion api/openapi/models/PatchOperation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ properties:
path:
type: string
value:
type: object
type:
- object

0 comments on commit 99106f8

Please sign in to comment.