diff --git a/projects/laji-api-client/src/lib/laji-api-client.service.ts b/projects/laji-api-client/src/lib/laji-api-client.service.ts index af9ece185..ca0cb8788 100644 --- a/projects/laji-api-client/src/lib/laji-api-client.service.ts +++ b/projects/laji-api-client/src/lib/laji-api-client.service.ts @@ -1694,7 +1694,7 @@ export namespace LajiApiClient { export interface PersonAddFriendRequestParams { /** - * profile key + * person ID who is asked to be a friend */ friendPersonID: string;