Skip to content

/group/assign

Name

/group/assign

Description

This method assigns the panel to a group. I am unsure what this provides at the moment.

Parameters

  • id Group ID

Authentication

User-Token is required.

Example Request

POST /group/assign

{
  "id": 1
}

Example Response

{}