Set retention period
PUT {{baseUrl}}/api/audit/retention
Sets the retention period for records in the audit log. The retention period can be set to a maximum of 20 years.
Permissions required: 'Confluence Administrator' global permission.
Request Body
{"number"=>"<integer>", "units"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"number":"\u003cinteger\u003e","units":"\u003cstring\u003e"}