Skip to content

Update User Group

PUT
/api/v1/developer/user_groups/{id}

Authorizations

bearerAuth
Type
HTTP (bearer)

Parameters

Path Parameters

id*
Type
string
Required

Request Body

application/json
JSON
{
  
"name": "string",
  
"up_id": "string"
}

Responses

User group updated successfully

application/json
JSON
{
  
"code": "string",
  
"msg": "string"
}

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI