fix in post and remove OutputDocumentStructure of put
This commit is contained in:
@@ -78,10 +78,10 @@ class OutputDocuments extends Api
|
|||||||
*
|
*
|
||||||
* @param string $prjUid {@min 32} {@max 32}
|
* @param string $prjUid {@min 32} {@max 32}
|
||||||
* @param string $outputDocumentUid {@min 32} {@max 32}
|
* @param string $outputDocumentUid {@min 32} {@max 32}
|
||||||
* @param OutputDocumentStructure $request_data
|
* @param array $request_data
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public function doPutProjectOutputDocument($prjUid, $outputDocumentUid, OutputDocumentStructure $request_data)
|
public function doPutProjectOutputDocument($prjUid, $outputDocumentUid, $request_data)
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
$request_data = (array)($request_data);
|
$request_data = (array)($request_data);
|
||||||
@@ -128,6 +128,11 @@ class OutputDocumentStructure
|
|||||||
*/
|
*/
|
||||||
public $out_doc_filename;
|
public $out_doc_filename;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string {@from body} {@required false}
|
||||||
|
*/
|
||||||
|
public $out_doc_template;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string {@from body} {@choice TCPDF,HTML2PDF}
|
* @var string {@from body} {@choice TCPDF,HTML2PDF}
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user