updatemicroapprow
description
Modify an existing row in a Microapp. The JSON body consists of rowID and rowData. The field names need to match (case sensitive) to the Buzzy field labels.
parameters
The X-Auth-Token
and X-User-Id
are derived from the values authToken
and userId
returned from the login endpoint and are used in the HTTP header.
rowID
- required, the the row to be updated's ID.
rowData
- required, JSON object that has properties matching to the fields to be updated.
userID
- optional parameter to change the row's "creator"
Resource
response
Returns the status of the request
example
You should get back:
Last updated