Skip to content

Commit

Permalink
Updated docs in one area from PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankHassanabad committed Apr 12, 2022
1 parent 07a5556 commit 22499bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/plugins/lists/server/services/lists/list_client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,8 @@ export class ListClient {
};

/**
* Imports list items to a stream
* Imports list items to a stream. If the list already exists, this will append the list items to the existing list.
* If the list does not exist, this will auto-create the list and then add the items to that list.
* See {@link https://www.elastic.co/guide/en/security/current/lists-api-create-container.html}
* for more information around formats of the deserializer and serializer.
* @param options
Expand Down

0 comments on commit 22499bd

Please sign in to comment.