Solution Rename

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
 
Line 7: Line 7:
  
 
==Required Data Parameters==
 
==Required Data Parameters==
*{$solutionid}: The ID of the solution being reviewed.  
+
*{$solutionid}: The solution ID that is returned when using the [[Solution List|list]] command.
 
*{$name}: New solution name.
 
*{$name}: New solution name.
  

Latest revision as of 19:12, 3 June 2012

The solution rename command allows a solution to be renamed.

Contents

Path

  • /solution/rename

Method

Required Data Parameters

  • {$solutionid}: The solution ID that is returned when using the list command.
  • {$name}: New solution name.

Optional Data Parameters

  • None

Returned Data

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