Skip to content

Commit

Permalink
add doc for current user in endpoint params
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinTixier committed Jun 28, 2023
1 parent d861e74 commit 4079271
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ There are several headers that was defined to modify the default behavior of the

To retrieve the result of an asynchronous request, call the servlet “/rest/” followed by the id previously returned

Also, for all endpoint execution, the currentUser can be accessed from the endpoint script parameters (key is EndpointScript.CURRENT_MEVEO_USER_KEY).
## Examples

For the following examples, let’s consider that we have three setters defined, and therefore three inputs named companyName, year and location and that companyName has been defined as a path parameter.
Expand Down

0 comments on commit 4079271

Please sign in to comment.