#1077 closed defect (fixed)
500 error updating comments in API
Reported by: | Jessica Tallon | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.8.0 |
Component: | programming | Keywords: | api, comment, update |
Cc: | Parent Tickets: |
Description
Using the API you get a HTTP 500 error when you try and send an "update" activity to update a comment. This is caused because the comment.unserialize
takes more arguments (3) than being passed in (2).
Change History (2)
comment:1 by , 10 years ago
Owner: | set to |
---|---|
Status: | new → in_progress |
comment:2 by , 10 years ago
Owner: | removed |
---|---|
Resolution: | → fixed |
Status: | in_progress → closed |
Note:
See TracTickets
for help on using tickets.
This has been fixed as of 9e715bb. There is also a test to check one is able to update a comment that they posted.