dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #16537
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 6307: Minor fix to messageConversations description of replies
------------------------------------------------------------
revno: 6307
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2012-03-19 21:16:30 +0100
message:
Minor fix to messageConversations description of replies
modified:
dhis-2/dhis-web/dhis-web-api/src/main/resources/templates/html/messageConversations.xsl
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-api/src/main/resources/templates/html/messageConversations.xsl'
--- dhis-2/dhis-web/dhis-web-api/src/main/resources/templates/html/messageConversations.xsl 2012-03-19 18:10:06 +0000
+++ dhis-2/dhis-web/dhis-web-api/src/main/resources/templates/html/messageConversations.xsl 2012-03-19 20:16:30 +0000
@@ -31,10 +31,10 @@
<h4>Replying to a conversation</h4>
-<p> This is done with a POST to <code>/api/messageConversations/{conversation-id}?subject=subject</code>. The request body will be the reply text.</p>
+<p> This is done with a POST to <code>/api/messageConversations/{conversation-id}</code>. The request body will be the reply text.</p>
<p>Example using curl:<br/>
-<code>curl -d "This is my reply" "http://localhost:8080/api/messageConversations/adfad134?subject={message-subject}" -H "Content-Type:text/plain" -u admin:district -X POST -v</code>
+<code>curl -d "This is my reply" "http://localhost:8080/api/messageConversations/adfAd134GTh" -H "Content-Type:text/plain" -u admin:district -X POST -v</code>
</p>
<h4>Writing a feedback</h4>