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
folderId *
Folder id which can be found from List folders or Get folder.
Example: 9efb97d3-59b5-4ab1-b138-525797d58a91
Authorization
Bearer {token}accessible from Authorization - Bearer token or systematically via Client credentials.The request headers should include a key for
Authorizationwith the valueBearer {token}.
Request body
Content-Type: application/json
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
