Skip to content

Commit ab35e52

Browse files
author
mathew
authored
Merge pull request #40 from runZeroInc/feature/org-api-integration-expiration
Document setting of expiration_integration_attributes
2 parents a07cf6c + 76a2eec commit ab35e52

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

runzero-api.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5769,6 +5769,10 @@ components:
57695769
type: string
57705770
format: number
57715771
example: "365"
5772+
expiration_integration_attributes:
5773+
type: string
5774+
format: number
5775+
example: "30"
57725776
expiration_scans:
57735777
type: string
57745778
format: number
@@ -7117,6 +7121,10 @@ components:
71177121
type: integer
71187122
format: int64
71197123
example: 365
7124+
expiration_integration_attributes:
7125+
type: integer
7126+
format: int64
7127+
example: 365
71207128
expiration_scans:
71217129
type: integer
71227130
format: int64

0 commit comments

Comments
 (0)