[dsmp] Add a route for accepting changes (#27398)
* [dsmp] Add a route for accepting changes * change the payload to accept both change id and range * remove project lookup * Remove try/catch from DsMobileAppManager test GitOrigin-RevId: afd4f793e9389cad97555cfb6675944e5fcf9b84
This commit is contained in:
committed by
Copybot
parent
9228f2248b
commit
c41a451f98
@@ -227,6 +227,12 @@ function clearProjectState(projectId, callback) {
|
||||
)
|
||||
}
|
||||
|
||||
/**
|
||||
* @param {string} projectId
|
||||
* @param {string} docId
|
||||
* @param {string[]} changeIds
|
||||
* @param {Callback} callback
|
||||
*/
|
||||
function acceptChanges(projectId, docId, changeIds, callback) {
|
||||
_makeRequest(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user