diff --git a/api/api.yaml b/api/api.yaml index 56986fa..d263970 100644 --- a/api/api.yaml +++ b/api/api.yaml @@ -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: diff --git a/api/generated/api.json b/api/generated/api.json index 12dc5b5..ed91ef8 100644 --- a/api/generated/api.json +++ b/api/generated/api.json @@ -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." + } + } } } } @@ -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." + } + } } } } @@ -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." + } + } } } } @@ -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." + } + } } } } @@ -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." + } + } } } } @@ -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." + } + } } } } @@ -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." + } + } } } } @@ -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." + } + } } } }