post {protocol}://{base-url}/integration/v2/folder/
Create folders in bulk. Folders must include a title
and document_hub_id
.
Recipes
🦉
Add Folders to Document Hubs in Bulk
Open Recipe
Responses
Create folders in bulk. Folders must include a title
and document_hub_id
.
xxxxxxxxxx
curl --request POST \
--url https://alation_domain/integration/v2/folder/ \
--header 'accept: application/json' \
--header 'content-type: application/json'