MT#22405 Fix html doc in emergencymappings

Change-Id: I521fc6420a0a640f71bc46f8a8f4018851599434
changes/74/7974/1
Andreas Granig 9 years ago
parent 3ce85046e7
commit eb94e8dea9

@ -27,7 +27,7 @@ sub allowed_methods{
sub api_description {
return 'Defines emergency mappings for an <a href="#emergencymappingscontainer">Emergency Mapping Container</a>. You can POST mappings individually one-by-one using json. To bulk-upload mappings, specify the Content-Type as "text/csv", pass a reseller_id URL parameter and POST the CSV in the request body to the collection with an optional parameter "purge_existing=true", like "/api/emergencymappings/?reseller_id=123&purge_existing=true"';
return 'Defines emergency mappings for an <a href="#emergencymappingscontainer">Emergency Mapping Container</a>. You can POST mappings individually one-by-one using json. To bulk-upload mappings, specify the Content-Type as "text/csv", pass a reseller_id URL parameter and POST the CSV in the request body to the collection with an optional parameter "purge_existing=true", like "/api/emergencymappings/?reseller_id=123&amp;purge_existing=true"';
};
sub query_params {

Loading…
Cancel
Save