I'm trying to update a block using this command:
[['set', '/UUID(4c3af5f1-0cde-43ff-be18-bec5b1f608bf)/', 'name', 'this
should be working now update XXXX']]
I'm POSTing to:
https://springpadit.com/api/users/me/commands
I'm receiveing this response:
{
"status":"error",
"message":"Invalid input"
}
Does this look correct? The documentation isn't clear but I assume the
"set" command is used for updating a block.
Thanks,
Josh