Modify FGate Group
Description
This interface is used to modify FGate groups.
**Request Address: **
URL:
[Host Server]/api/client/v2/box/group/mgt
Address Request Parameters
Field Type Description Host Server string See Explanation of terms Method
POST
Headers
Field Type Description Authorization string "Bearer " + access_token obtained from login interface X-FBox-ClientId string See Appendix One For Old Version, Pass in the Body
Field Type Description id string Group ID (obtained from Get FGate List interface) name string Group name For New Version, Pass in the Body
Field Type Description uid string Group ID (obtained from Get FGate List interface) name string Group name Success Response
NULL
Response Codes
Code Description 200 Request successful 401 Access token expired 404 Interface does not exist or FGate group does not exist 409 Name already exists