diff --git a/src/main/api/upsertEntityGrant.json b/src/main/api/upsertEntityGrant.json index 5317640a..f40a6839 100644 --- a/src/main/api/upsertEntityGrant.json +++ b/src/main/api/upsertEntityGrant.json @@ -9,9 +9,9 @@ "errorResponse": "Errors", "params": [ { - "name": "entityId", + "name": "targetEntityId", "comments": [ - "The Id of the Entity that the User/Entity is being granted access to." + "The Id of the Entity that the User or Entity is being granted access to." ], "type": "urlSegment", "javaType": "UUID" @@ -31,4 +31,4 @@ "javaType": "EntityGrantRequest" } ] -} \ No newline at end of file +}