You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat/ add API to update impersonation requests (#2446)
* added services, controllers and model for update impersonation requests
* added route and fixed jsdoc
* fixed bot comments and typos
* removed validation service and fixed forbidden errors
* removed validation service
* Updates an existing impersonation request in Firestore.
173
+
* @param {UpdateImpersonationRequestModelDto} body - The update data for the impersonation request. Must include `id`, `lastModifiedBy`, and `updatingBody` (fields to update).
174
+
* @returns {Promise<object>} An object containing the updated fields and the request id.
175
+
* @throws {Error} Logs and rethrows any error encountered during update. Throws error if the request does not exist.
0 commit comments