Skip to content

Commit c852f47

Browse files
removed createdBy and createdFor from contract
1 parent c6615ca commit c852f47

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

impersonation/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Returns a list of impersonation requests with pagination and filtering options.
194194
#### Additional Notes
195195

196196

197-
- The provided response includes details of each request, such as its id, createdAt, updatedAt, startedAt, endedAt, createdBy, createdFor, reason, status, userId, impersonatedUserId, isImpersonationFinished and message.
197+
- The provided response includes details of each request, such as its id, createdAt, updatedAt, startedAt, endedAt, reason, status, userId, impersonatedUserId, isImpersonationFinished and message.
198198

199199
- Pagination functionality is implemented using `next` and `prev` parameters in the response.
200200
- Filtering options are available using parameters like `createdBy`, `createdFor`, `status`, `size`.
@@ -243,8 +243,6 @@ Returns a single impersonation request identified by its `id`.
243243
"userId": "string",
244244
"impersonatedUserId": "string",
245245
"isImpersonationFinished": "boolean",
246-
"createdBy": "string",
247-
"createdFor": "string",
248246
"startedAt": "Timestamp",
249247
"endedAt": "Timestamp",
250248
"reason": "string",

0 commit comments

Comments
 (0)