Actions
Feature #13843
closedRedmine API: can wiki pages contain uploads
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
REST API
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Duplicate
Description
hi!
I'm trying to add attachments to a wiki page created via the Redmine API.
Is the XML below supported?
<?xml version="1.0"?> <wiki_page> <text>Some text </text> <comments></comments> <uploads type=array> <upload> <token>538.587d2a7796df47552dd720c83e952a2b</token> <filename>application.1.xml</filename> <content_type>text/plain</content_type> </upload> <upload> <token>539.0f92777604a4ea3fa0cde1208042f641</token> <filename>application.2.xml</filename> <content_type>text/plain</content_type> </upload> </uploads> </wiki_page>
Related issues
Actions