Skip to main content

Change state of grid

PUT 

/api/web/v2/grids/:gridid/changestate

Change the state of the specified grid. Caller requires the GRIDS:EDIT permission.

Request

Path Parameters

    gridid stringrequired

    The UUID of the grid whose state is to be changed.

Body

required

    state string

    Possible values: [ACTIVE, INACTIVE, UNASSIGNED, PENDING, CANCELED]

    The new state of the grid must be ACTIVE, INACTIVE, or CANCELED. The existing state of the grid must be ACTIVE, INACTIVE or PENDING

Responses

Successful

Loading...