Skip to content

Commit

Permalink
TNT-50309: AuditLog revisions limit: Update HB documentation (postfix…
Browse files Browse the repository at this point in the history
…) (#488)
  • Loading branch information
Adobe committed Aug 13, 2024
1 parent 5daeb80 commit 30fbcbb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/admin-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -7725,7 +7725,7 @@
"Ui"
],
"summary": "Get the audit log with jsonData by entity id",
"description": "Get all the revisions with jsonData of an entity (activity / audience / offer / profile script), in descending order by time. Please note: Only the last 100 revisions are recorded per entityId (including the CREATE \u0026 DELETE actions).",
"description": "Get all the revisions with jsonData of an entity (activity / audience / offer / profile script), in descending order by time. \u003cbr\u003e\u003cbr\u003e\u003cb\u003ePlease Note:\u003c/b\u003e Only the \u003cu\u003elatest 100 revisions\u003c/u\u003e will be retained per entityId (including `CREATE` and `DELETE` actions, excluding `PATCH` actions).",
"operationId": "getRevisionLog",
"parameters": [
{
Expand Down Expand Up @@ -7836,7 +7836,7 @@
"Revisions"
],
"summary": "Get the audit log by last author\u0027s name and a `modified-after` timestamp",
"description": "Get all the revisions, filtered by author\u0027s name and modified-after timestamp (in ISO 8601 format). If not supplied, the default is the last 1 day. In the response, the `modifiedBy` field will contain the author\u0027s email, while the `modifiedByName` will contain its name.",
"description": "Get all the revisions, filtered by author\u0027s name and modified-after timestamp (optional, \u003cb\u003ein ISO-8601 format\u003c/b\u003e, default: last 1 day). \u003cbr\u003e\u003cbr\u003eIn the response, the `modifiedBy` field will contain the author\u0027s email, while the `modifiedByName` will contain its name.",
"operationId": "getRevisionLogForModifiedByName",
"parameters": [
{
Expand Down Expand Up @@ -7955,7 +7955,7 @@
"Revisions"
],
"summary": "Get the audit log by entity id",
"description": "Get all the revisions of an entity (activity / audience / offer / profile script), in descending order by time. Please note: Only the last 100 revisions are recorded per entityId (including the CREATE \u0026 DELETE actions).",
"description": "Get all the revisions of an entity (activity / audience / offer / profile script), in descending order by time. \u003cbr\u003e\u003cbr\u003e\u003cb\u003ePlease Note:\u003c/b\u003e Only the \u003cu\u003elatest 100 revisions\u003c/u\u003e will be retained per entityId (including `CREATE` and `DELETE` actions, excluding `PATCH` actions).",
"operationId": "getRevisionLog_1",
"parameters": [
{
Expand Down Expand Up @@ -12462,10 +12462,10 @@
"type": "string"
}
},
"outlier": {
"duplicate": {
"type": "boolean"
},
"duplicate": {
"outlier": {
"type": "boolean"
}
},
Expand Down

0 comments on commit 30fbcbb

Please sign in to comment.