Skip to main content

Modify unassigned grid

PUT 

/api/web/v2/grids/:gridid

Modify the specified unassigned grid. Caller requires the GRIDS:EDIT permission.

Request

Path Parameters

    gridid stringrequired

    The UUID of the grid to be modified.

    Example: 6c5ad3b4-888c-4d3b-88f2-8ab71ae4f917

Body

required

    groups string[]

    When modifying unassigned grids the list of UUIDs of groups to which the grids will belong. If an empty list is provided, the unassigned grid will not belong to any groups.

Responses

Successful

Loading...