Roundup Tracker - Issues

Message8426

Author zapper63
Recipients zapper63
Date 2026-04-08.14:21:00
Message-id <1775658060.99.0.0418902131379.issue2551415@roundup-tracker.org>
In-reply-to
Hi,

I can create a working rest endpoint (summary2) using the documentation with version 2.4 of Roundup. I can not create the same 
endpoint from the documentation using Roundup 2.5.
Is anything broken? I only get 400, 'An error occurred. Please check the server log' and  there is nothing more in the server log.
All the rest endpoints from Roundup 2.5 works fine but I can not  create  a working custom endpoint. I use the same Headers when 
trying to use summary2 as when I access the other Roundup rest endpoints.

This is the data from apache ssl_error_log:

File '/usr/local/python_roundup/lib64/python3.9/site-packages/roundup/rest.py', line 72, in format_object
code, data = func(self, *args, **kwargs)
TypeError: summary2() got an unexpected keyword argument 'input_payload'

Best regards,
Magnus
History
Date User Action Args
2026-04-08 14:21:01zapper63setrecipients: + zapper63
2026-04-08 14:21:00zapper63setmessageid: <1775658060.99.0.0418902131379.issue2551415@roundup-tracker.org>
2026-04-08 14:21:00zapper63linkissue2551415 messages
2026-04-08 14:21:00zapper63create