Update Group Widget Collection (since 1.1.11)

PUT https://api.speakap.io/networks/:eid/widgets/

Since

1.1.11

Use cases

  • Change the order of group widgets
  • Change the visibility of group widgets

Request

URI:/networks/{networkEID}/groups/{groupEID}/widgets/
Method:PUT
Content-Type:application/json
Authentication:OAuth 2.0

Parameters

Name Type Description
networkEID EID Network EID
groupEID EID Group EID

Request body

Supply a collection of either complete or partial widget resources in the request body, as long as they contain the widgetType` property. The order in which the appear will become the new order of the collection.

Response

200
Successful update
400
Invalid data: returns an Error object
403
Unauthorized: returns an Error object