Description
POST: api/configuration/fileserverroot
Add file server root pathMigrates add-ins from previous file server root to the specified new one and reloads hooks instances.
Request (application/json, text/json)
Sample Data
"sample string 1"
Request (application/xml, text/xml)
Sample Data
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>
Request (application/x-www-form-urlencoded)
Response (application/json, text/json)
Response (application/xml, text/xml)
Sample Data
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>
Example
Click and save the following to your computer. Then drag/drop it into Postman:
GetPostFileServerRoot.postman_collection.json
In Postman, modify the Body of fileserverroot (Post) for your file server root location.
See Also