Currently, when you update a resource, the logs print out the Python object of what was sent (a dictionary, a list, etc). Instead, the logs should contain the JSON form of this data so that if we need to restore it, we can just copy and paste it into the request and press "send" without having to process any additional data.
Currently, when you update a resource, the logs print out the Python object of what was sent (a dictionary, a list, etc). Instead, the logs should contain the JSON form of this data so that if we need to restore it, we can just copy and paste it into the request and press "send" without having to process any additional data.