Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added missing param to clone operation

...

Either creates a new instance for the given parameters, or retrieves an already-created instance. If a new instance is successfully created, the response has a HTTP status code of 201; if an instance if successfully retrieved, a status code of 200 is returned.

Wiki Markup
PUT \{wookie\}/widgetinstances \{instance params\} \{action\}  \[\{cloneshareddatakey\}\]

Either stop, resume, or clone an instance, depending on the content of the action parameter. If the action is "clone", a shared data key for the clone must be provided using the "cloneshareddatakey" parameter.

Widgets

GET {wookie}/widgets{?all=true}

...