Confirmed users
632
edits
| Line 112: | Line 112: | ||
=== Example payload === | === Example payload === | ||
<code><pre> | |||
{ | |||
"happy": true, | |||
"description": "", | |||
"product": "Loop", | |||
"url": "http://call.mozilla.org/", '''// designates this as a link-clicker''' | |||
} | |||
</pre></code> | |||
<code><pre> | |||
{ | |||
"happy": false, | |||
"category": "other", | |||
"description": "Could not move video window out of the way", | |||
"product": "Loop" | |||
} | |||
</pre></code> | |||
'''This format is changing''' | '''This format is changing''' | ||