documenting start case endpoint
This commit is contained in:
@@ -42,4 +42,3 @@ abstract class Api
|
||||
return \ProcessMaker\Services\OAuth2\Server::getUserId();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -72,16 +72,16 @@ class WebEntry extends Api
|
||||
|
||||
/**
|
||||
* Creates a new Web Entry using the method "PHP pages with Web Services".
|
||||
*
|
||||
*
|
||||
* @url POST /:prj_uid/web-entry
|
||||
* @status 201
|
||||
*
|
||||
*
|
||||
* @param string $prj_uid {@min 32}{@max 32}
|
||||
* @param array $request_data
|
||||
*
|
||||
*
|
||||
* @return array
|
||||
* @throws RestException
|
||||
*
|
||||
*
|
||||
* @access protected
|
||||
* @class AccessControl {@permission PM_FACTORY}
|
||||
*/
|
||||
@@ -140,4 +140,3 @@ class WebEntry extends Api
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user