KKid
updates chore for given chore id
By passing in the appropriate options, you can update the fields of a specific core within the authenticated user's master account
put/kkid/chorelist
Query parameters
idChoreListinteger required
id number of chore you wish to update
statusstring
new status of chore
stolenboolean
mark chore as stolen by sibling
stolenBystring
username of sibling that stole the chore (required if stolen is true)
nfcTagstring
text field of NFC tag that is required to be scanned to check off this chore (normally null)
notesstring
notes field for chore
latitudeinteger
GPS latitude of where the chore was marked
longitudeinteger
GPS longitude of where the chore was marked
altitudeinteger
GPS altitude of where the chore was marked
updatedByAutomationboolean
true if updated via API by automation system
whereDay'Sunday' | 'Monday' | 'Tuesday' | 'Wednesday' | 'Thursday' | 'Friday' | 'Saturday' | 'Weekly' | 'Today'
Where day equals...
whereStatusstring
Where status equals...
whereNamestring
Where chore name equals...
Response
search results matching criteria
Example response
{
"success": true,
"message": "success"
}