POST: Clones an existing item for current tenant by workspaceId and an item object
Resource URL
POST /v3/workspaces/{workspaceId}/items
URL parameters
| Parameter |
Description |
|
workspaceId integer(required) |
The ID of the workspace which contains the item to clone. |
|
body (required) |
The body which contains the item information of the new item. |
Request example
Request Example URL
api/v3/workspaces/70/items
Example Request Data
------WebKitFormBoundaryFsWY9vxCY1mr2nC5
Content-Disposition: form-data; name="itemDetail"; filename="blob"
Content-Type: application/json
------WebKitFormBoundaryFsWY9vxCY1mr2nC5--
Response (201 Created)