Commit 0ba89e81 authored by Romain Courteaud's avatar Romain Courteaud

Deprecate more interactions.

Instance API has to be used to update its status.
parent 34009033
......@@ -56,7 +56,7 @@
<key> <string>method_id</string> </key>
<value>
<list>
<string>cancel</string>
<string>cancelDeprecated</string>
</list>
</value>
</item>
......
......@@ -56,7 +56,7 @@
<key> <string>method_id</string> </key>
<value>
<list>
<string>deliver</string>
<string>deliverDeprecated</string>
</list>
</value>
</item>
......@@ -78,6 +78,10 @@
<tuple/>
</value>
</item>
<item>
<key> <string>temporary_document_disallowed</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
......
......@@ -56,7 +56,7 @@
<key> <string>method_id</string> </key>
<value>
<list>
<string>stop</string>
<string>stopDeprecated</string>
</list>
</value>
</item>
......
725
\ No newline at end of file
726
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment