Description
This API is used to update a access file on the server by giving a path in the query and a JSON as the payload and also a custom header with checksum. If succesful it will return a new checksum in its response headers.
HTTP Method
Post
Query Parameters
path = (the relative path to the folder which should hold the access file)
Header Parameters
Checksum = (checksum)
Permissions
Server Permission Requirements: Admin
Example
http://localhost:24780/update_access.rq?path=Integration
Will update the access file for the Integration folder under root if the provided checksum header is correct.
Request Body
http://localhost:24780/schema/inobiz_access.json
http://localhost:24780/example/inobiz_access.json
0 Comments