Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 476 Bytes

Wizard - Specific Wizard Upload.adoc

File metadata and controls

14 lines (10 loc) · 476 Bytes

Wizard - Specific Wizard Upload

A specific wizard can be uploaded by sending a HTTP POST to /api/wizard/upload.json. This then sets a session variable ready for the Specific Wizard Create endpoint.

It does not support a HTTP GET.

Example

Upload Invalid Wizard

POST /api/wizard/upload.json Response
{"errors": ["ReadError('file could not be opened successfully',)"], "success": false}