Update Label (since 1.1.7)

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

Since

1.1.7

Request

URI:/networks/{networkEID}/labels/{labelEID}/
Method:PUT
Content-Type:application/json
Authentication:OAuth 2.0

Parameters

Name Type Description
networkEID EID Network EID
labelEID EID Label EID

Request body

Supply a partial or complete label resource in the request body possibly supplemented with a groups collection.

Name Type Description
groups array Underlying groups
groups[ i ]. EID EID Unique entity identifier
groups[ i ]. type string 'group'

Response

Status code:
200
Successful update
400
Invalid data: returns an Error object
403
Unauthorized: returns an Error object
404
Unknown label: returns an Error object
409
Conflict (label name not unique): returns an Error object