Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions api/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4951,6 +4951,16 @@ components:
value:
type: boolean
description: True if Ampersand branding has been removed for this project.
logRetentionDays:
type: object
required:
- value
x-go-type-skip-optional-pointer: true
description: The number of days that logs are retained for this project.
properties:
value:
type: integer
description: The log retention period for this project, in days.
ProviderApp:
title: Provider App
required:
Expand Down
112 changes: 112 additions & 0 deletions api/generated/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1212,6 +1212,20 @@
"description": "True if Ampersand branding has been removed for this project."
}
}
},
"logRetentionDays": {
"type": "object",
"required": [
"value"
],
"x-go-type-skip-optional-pointer": true,
"description": "The number of days that logs are retained for this project.",
"properties": {
"value": {
"type": "integer",
"description": "The log retention period for this project, in days."
}
}
}
}
}
Expand Down Expand Up @@ -1475,6 +1489,20 @@
"description": "True if Ampersand branding has been removed for this project."
}
}
},
"logRetentionDays": {
"type": "object",
"required": [
"value"
],
"x-go-type-skip-optional-pointer": true,
"description": "The number of days that logs are retained for this project.",
"properties": {
"value": {
"type": "integer",
"description": "The log retention period for this project, in days."
}
}
}
}
}
Expand Down Expand Up @@ -2039,6 +2067,20 @@
"description": "True if Ampersand branding has been removed for this project."
}
}
},
"logRetentionDays": {
"type": "object",
"required": [
"value"
],
"x-go-type-skip-optional-pointer": true,
"description": "The number of days that logs are retained for this project.",
"properties": {
"value": {
"type": "integer",
"description": "The log retention period for this project, in days."
}
}
}
}
}
Expand Down Expand Up @@ -2316,6 +2358,20 @@
"description": "True if Ampersand branding has been removed for this project."
}
}
},
"logRetentionDays": {
"type": "object",
"required": [
"value"
],
"x-go-type-skip-optional-pointer": true,
"description": "The number of days that logs are retained for this project.",
"properties": {
"value": {
"type": "integer",
"description": "The log retention period for this project, in days."
}
}
}
}
}
Expand Down Expand Up @@ -54735,6 +54791,20 @@
"description": "True if Ampersand branding has been removed for this project."
}
}
},
"logRetentionDays": {
"type": "object",
"required": [
"value"
],
"x-go-type-skip-optional-pointer": true,
"description": "The number of days that logs are retained for this project.",
"properties": {
"value": {
"type": "integer",
"description": "The log retention period for this project, in days."
}
}
}
}
}
Expand Down Expand Up @@ -55127,6 +55197,20 @@
"description": "True if Ampersand branding has been removed for this project."
}
}
},
"logRetentionDays": {
"type": "object",
"required": [
"value"
],
"x-go-type-skip-optional-pointer": true,
"description": "The number of days that logs are retained for this project.",
"properties": {
"value": {
"type": "integer",
"description": "The log retention period for this project, in days."
}
}
}
}
}
Expand Down Expand Up @@ -66095,6 +66179,20 @@
"description": "True if Ampersand branding has been removed for this project."
}
}
},
"logRetentionDays": {
"type": "object",
"required": [
"value"
],
"x-go-type-skip-optional-pointer": true,
"description": "The number of days that logs are retained for this project.",
"properties": {
"value": {
"type": "integer",
"description": "The log retention period for this project, in days."
}
}
}
}
}
Expand Down Expand Up @@ -73365,6 +73463,20 @@
"description": "True if Ampersand branding has been removed for this project."
}
}
},
"logRetentionDays": {
"type": "object",
"required": [
"value"
],
"x-go-type-skip-optional-pointer": true,
"description": "The number of days that logs are retained for this project.",
"properties": {
"value": {
"type": "integer",
"description": "The log retention period for this project, in days."
}
}
}
}
}
Expand Down
Loading