Description
This API is used to create a new access file on the server by giving a path in the query and a JSON as the payload.
HTTP Method
Post
Parameters
path = (the relative path to the folder which should hold the access file)
Permissions
Server Permission Requirements: Admin
Example
http://localhost:24780/create_access.rq?path=Integration
Will create a new access file for the Integration folder under root.
0 Comments