Skip to content

Commit

Permalink
🍱 [#4815] Rebuild openapi.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmolen committed Nov 14, 2024
1 parent 58b2364 commit 41fef81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10240,7 +10240,7 @@ components:
successfulSubmissionsRemovalLimit:
type: integer
maximum: 2147483647
minimum: 1
minimum: 0
nullable: true
title: Successful submission removal limit
description: Amount of days successful submissions of this form will remain
Expand All @@ -10257,7 +10257,7 @@ components:
incompleteSubmissionsRemovalLimit:
type: integer
maximum: 2147483647
minimum: 1
minimum: 0
nullable: true
title: Incomplete submission removal limit
description: Amount of days incomplete submissions of this form will remain
Expand All @@ -10274,7 +10274,7 @@ components:
erroredSubmissionsRemovalLimit:
type: integer
maximum: 2147483647
minimum: 1
minimum: 0
nullable: true
title: Errored submission removal limit
description: Amount of days errored submissions of this form will remain
Expand All @@ -10292,7 +10292,7 @@ components:
allSubmissionsRemovalLimit:
type: integer
maximum: 2147483647
minimum: 1
minimum: 0
nullable: true
description: Amount of days when all submissions of this form will be permanently
deleted. Leave blank to use value in General Configuration.
Expand Down

0 comments on commit 41fef81

Please sign in to comment.