Solution Create

From INAP Dropzone API
Jump to: navigation, search

The solution create command allows for a new solution to be created.

Contents

Path

  • /solution/create

Method

Required Data Parameters

  • {$name}: The name of the solution.

Optional Data Parameters

  • {$description}: The description of the solution.

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
  [data] => The ID of the new solution.
)
Personal tools