Solution Edit

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Created page with "The solution command ==Path== */solution/edit/{$solutionid} ==Method== *POST ==Required Data Parameters== *{$solutionid}: The ID of the solu...")
 
Line 9: Line 9:
 
*{$solutionid}: The ID of the solution being reviewed.
 
*{$solutionid}: The ID of the solution being reviewed.
  
 +
==Optional Data Parameters==
 
*{$difficulty}: .
 
*{$difficulty}: .
 
*{$exampleurls}: .
 
*{$exampleurls}: .
Line 24: Line 25:
 
*{$architect_linkedin}: .
 
*{$architect_linkedin}: .
 
*{$architect_facebook}: .
 
*{$architect_facebook}: .
 
==Optional Data Parameters==
 
*None
 
  
 
==Returned Data==
 
==Returned Data==

Revision as of 16:41, 2 May 2012

The solution command

Contents

Path

  • /solution/edit/{$solutionid}

Method

Required Data Parameters

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

Optional Data Parameters

  • {$difficulty}: .
  • {$exampleurls}: .
  • {$description}: .
  • {$documentation}: .
  • {$keywords}: .
  • {$required_software}: .
  • {$solution_architect}: .
  • {$architect_author}: .
  • {$architect_first_name}: .
  • {$architect_last_name}: .
  • {$architect_email}: .
  • {$architect_bio}: .
  • {$architect_twitter}: .
  • {$architect_linkedin}: .
  • {$architect_facebook}: .

Returned Data

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