Skip to content

Commit

Permalink
Automated commit 'Merge pull request #1648 from sailpoint/devrel-1520
Browse files Browse the repository at this point in the history
update JsonPatchOperation to include boolean type for both Beta and V3' by github action: 8737045926
  • Loading branch information
tyler-mairose-sp committed Apr 18, 2024
1 parent d760f30 commit ffe5ab3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions idn/beta/schemas/JsonPatchOperation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ properties:
- type: string
example: "New description"
title: string
- type: boolean
example: true
title: boolean
- type: integer
example: 300
title: integer
Expand Down
3 changes: 3 additions & 0 deletions idn/v3/schemas/JsonPatchOperation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ properties:
- type: string
example: "New description"
title: string
- type: boolean
example: true
title: boolean
- type: integer
example: 300
title: integer
Expand Down

0 comments on commit ffe5ab3

Please sign in to comment.