Request
Example:Bearer {{access_token}}
Body Params application/json
{
"toolComponentId":"ad37bae2-d8d5-46fd-8683-fee54e0d7986",
"newFolderId":"b0933e81-4434-47a3-9adc-05d05acfb459"
}
Request samples
curl --location --request PUT 'http://localhost:8082/rest/admin/secured/tool/component/move-folder/' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"toolComponentId":"ad37bae2-d8d5-46fd-8683-fee54e0d7986",
"newFolderId":"b0933e81-4434-47a3-9adc-05d05acfb459"
}'
Responses
application/json Modified at 2024-03-06 02:01:11