diff --git a/src/actinia_api/swagger2/actinia_core/apidocs/resource_storage_management.py b/src/actinia_api/swagger2/actinia_core/apidocs/resource_storage_management.py index 9799480..ff2cc2b 100644 --- a/src/actinia_api/swagger2/actinia_core/apidocs/resource_storage_management.py +++ b/src/actinia_api/swagger2/actinia_core/apidocs/resource_storage_management.py @@ -57,6 +57,18 @@ "tags": ["Resource Management"], "description": "Clean the resource storage and remove all cached data. " "Minimum required user role: admin.", + "parameters": [ + { + "name": "olderthan", + "description": "Number of days to delete the resource files. If " + "this parameter is set all resources older than this number of " + "days will be deleted.", + "required": False, + "in": "query", + "type": "number", + "format": "integer", + }, + ], "responses": { "200": { "description": "Processing status of resource storage deletion",