@@ -9,10 +9,10 @@ Project duplication enables administrators to duplicate projects within the same
9
9
10
10
## APIs
11
11
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 )
16
16
17
17
## Privileges and authorization
18
18
@@ -374,7 +374,7 @@ Sample Response Code: 200 (OK)
374
374
375
375
### Cancel project duplication
376
376
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
378
378
useful if you made a mistake or need to stop a long-running duplication task.
379
379
380
380
#### Step 3: Cancel a duplication (if needed)
@@ -397,7 +397,7 @@ Sample Request Body:
397
397
Sample Curl:
398
398
399
399
``` 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 " \
401
401
-H " Content-Type: application/json" \
402
402
-H " X-MSTR-AuthToken: o0ak9privdo27nfo798j40m8aa" \
403
403
-d ' {
0 commit comments