Skip to content

Commit 755bfc4

Browse files
authored
Merge pull request #41 from runZeroInc/feature/org-api-expiration-settings
Document additional data expiration settings
2 parents 97e906b + c72cb7c commit 755bfc4

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

runzero-api.yml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4654,6 +4654,12 @@ components:
46544654
application/json:
46554655
schema:
46564656
$ref: "#/components/schemas/Problem"
4657+
InvalidRequestParamError:
4658+
description: Invalid request parameter
4659+
content:
4660+
application/json:
4661+
schema:
4662+
$ref: "#/components/schemas/Problem"
46574663
StatusMessage:
46584664
description: Summary of operation results
46594665

@@ -5772,11 +5778,18 @@ components:
57725778
expiration_integration_attributes:
57735779
type: string
57745780
format: number
5775-
example: "30"
5781+
example: "365"
57765782
expiration_scans:
57775783
type: string
57785784
format: number
57795785
example: "365"
5786+
expiration_vulnerabilities:
5787+
type: string
5788+
format: number
5789+
example: "365"
5790+
keep_latest_integration_attributes:
5791+
type: string
5792+
example: "true"
57805793
SiteOptions:
57815794
type: object
57825795
required:
@@ -7129,6 +7142,10 @@ components:
71297142
type: integer
71307143
format: int64
71317144
example: 365
7145+
expiration_vulnerabilities:
7146+
type: integer
7147+
format: int64
7148+
example: 365
71327149
export_token:
71337150
deprecated: true
71347151
type: string
@@ -7152,6 +7169,9 @@ components:
71527169
type: integer
71537170
format: int64
71547171
example: 0
7172+
keep_latest_integration_attributes:
7173+
type: boolean
7174+
example: true
71557175

71567176
Credential:
71577177
type: object

0 commit comments

Comments
 (0)