documenting start case endpoint

This commit is contained in:
Fernando Ontiveros
2025-04-28 22:18:55 +00:00
parent 4d6378a34c
commit a30f6863e9
6 changed files with 125 additions and 28 deletions

View File

@@ -42,4 +42,3 @@ abstract class Api
return \ProcessMaker\Services\OAuth2\Server::getUserId();
}
}

View File

@@ -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
}
}
}