Update folder

Update folder details including category or description.

Returns: status to indicate whether the request was completed.

POST /api/v1/product/update/{folderId}

Path parameters

Key
Value

folderId *

Folder id which can be found from List folders or Get folder. Example: 9efb97d3-59b5-4ab1-b138-525797d58a91

Authorization

Request body

Content-Type: application/json

Key
Value

category

Folder category. Must be a valid folder category. The category names are managed in Folder categories.

description

Folder description.

shouldTrackUserAction

true

Sample request

The required request body should be in JSON format and should look similar to the following:

Sample response

HTTP 200 OK Content-Type: application/json

Last updated