{ "opencollection": "1.0.0", "info": { "name": "Atlassian Admin Account Retention API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Retention", "type": "folder" }, "items": [ { "info": { "name": "Atlassian Get Retention Period", "type": "http" }, "http": { "method": "GET", "url": "https://api.atlassian.com/wiki/rest/api/audit/retention" }, "docs": "The Get Retention Period operation retrieves the current retention period configured for audit records in Atlassian Confluence. This API endpoint returns information about how long audit log entries are stored before being automatically deleted from the system. The retention period is an important compliance and storage management setting that determines the lifespan of audit trail data, which includes user actions, system events, and administrative changes within the Confluence instance. This r" }, { "info": { "name": "Atlassian Set Retention Period", "type": "http" }, "http": { "method": "PUT", "url": "https://api.atlassian.com/wiki/rest/api/audit/retention", "body": { "type": "json", "data": "{}" } }, "docs": "The Set Retention Period operation is a PUT request to the /wiki/rest/api/audit/retention endpoint in the Atlassian Confluence Audit API that allows administrators to configure how long audit log records are retained in the system before being automatically deleted. This operation accepts parameters defining the retention period duration, typically specified in days, and requires appropriate administrative permissions to execute. By setting a retention period, organizations can comply with data " } ] } ], "bundled": true }