Solution Rename

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Created page with "The solution rename command allows a solution to be renamed. ==Path== */solution/ ==Method== *POST ==Required Data Parameters== *{$solutionid}...")
 
Line 1: Line 1:
 
The [[Solution|solution]] rename command allows a solution to be renamed.
 
The [[Solution|solution]] rename command allows a solution to be renamed.
 
==Path==
 
==Path==
*/solution/
+
*/solution/rename
  
 
==Method==
 
==Method==

Revision as of 13:14, 28 April 2012

The solution rename command allows a solution to be renamed.

Contents

Path

  • /solution/rename

Method

Required Data Parameters

  • {$solutionid}: The ID of the solution being reviewed.
  • {$name}: New solution name.

Optional Data Parameters

  • None

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
)
Personal tools