@@ -9,10 +9,10 @@ Project duplication enables administrators to duplicate projects within the same
99
1010## APIs
1111
12- - [ POST /api/projectDuplications] ( https://demo.microstrategy.com/MicroStrategyLibrary/api-docs/index.html#/Project%20Duplication/createProjectDuplication )
13- - [ GET /api/projectDuplications/\{ id}] ( https://demo.microstrategy.com/MicroStrategyLibrary/api-docs/index.html#/Project%20Duplication /getProjectDuplication )
14- - [ GET /api/projectDuplications] ( https://demo.microstrategy.com/MicroStrategyLibrary/api-docs/index.html#/Project%20Duplication /getProjectDuplications )
15- - [ PUT /api/projectDuplications/\{ id}] ( https://demo.microstrategy.com/MicroStrategyLibrary/api-docs/index.html#/Project%20Duplication/updateProjectDuplication )
12+ - [ POST /api/projectDuplications] ( https://demo.microstrategy.com/MicroStrategyLibrary/api-docs/index.html#/Project%20Duplications/createDuplication )
13+ - [ GET /api/projectDuplications/\{ id}] ( https://demo.microstrategy.com/MicroStrategyLibrary/api-docs/index.html#/Project%20Duplications /getProjectDuplication )
14+ - [ GET /api/projectDuplications] ( https://demo.microstrategy.com/MicroStrategyLibrary/api-docs/index.html#/Project%20Duplications /getProjectDuplications )
15+ - [ PUT /api/projectDuplications/\{ id}/status ] ( https://demo.microstrategy.com/MicroStrategyLibrary/api-docs/index.html#/Project%20Duplications/cancelDuplication )
1616
1717## Privileges and authorization
1818
@@ -374,7 +374,7 @@ Sample Response Code: 200 (OK)
374374
375375### Cancel project duplication
376376
377- Use ` PUT /api/projectDuplications/{id} ` to cancel an ongoing project duplication operation. This is
377+ Use ` PUT /api/projectDuplications/{id}/status ` to cancel an ongoing project duplication operation. This is
378378useful if you made a mistake or need to stop a long-running duplication task.
379379
380380#### Step 3: Cancel a duplication (if needed)
@@ -397,7 +397,7 @@ Sample Request Body:
397397Sample Curl:
398398
399399``` bash
400- curl -X PUT " https://demo.microstrategy.com/MicroStrategyLibrary/api/projectDuplications/F8F1280022A444C5A10B3445B552E33A" \
400+ curl -X PUT " https://demo.microstrategy.com/MicroStrategyLibrary/api/projectDuplications/F8F1280022A444C5A10B3445B552E33A/status " \
401401 -H " Content-Type: application/json" \
402402 -H " X-MSTR-AuthToken: o0ak9privdo27nfo798j40m8aa" \
403403 -d ' {
0 commit comments