Project

General

Profile

Actions

Feature #13843

closed

Redmine API: can wiki pages contain uploads

Added by Fabrice Brito almost 11 years ago. Updated about 8 years ago.

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

Related to Redmine - Feature #13853: Is it possible to sponsor the implementation of features?Closed

Actions
Is duplicate of Redmine - Feature #14830: REST API : Add support for attaching file to Wiki pagesClosedJean-Philippe Lang

Actions
Actions #1

Updated by Emmanuel Mathot almost 11 years ago

+1
I tried in json but no luck

Actions #2

Updated by Go MAEDA about 8 years ago

  • Status changed from New to Closed
  • Resolution set to Duplicate

Closing as duplicate of #14830.

Actions #3

Updated by Go MAEDA about 8 years ago

  • Is duplicate of Feature #14830: REST API : Add support for attaching file to Wiki pages added
Actions

Also available in: Atom PDF