File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,17 +33,17 @@ These are used to test various objects in the Conversation API.
3333
34341 . Create a Conversation - set the variable ` CONVERSATION_ID ` in your ` config.local.sh ` file.
35352 . List Conversations - confirm ` CONVERSATION_ID ` returned is as expected.
36- 3 . Get a Conversation
36+ 3 . Get a Conversation.
37374 . Update a Conversation - you can change the name of the Conversation for example. Use ` get-conversation.sh ` to check the change.
38- 5 . Delete a Conversation - then list Conversations again to make sure it has been removed
38+ 5 . Delete a Conversation - then list Conversations again to make sure it has been removed fully.
3939
4040Create a new Conversation before moving on to testing User. Make sure you update ` config.local.sh ` .
4141
4242### User
4343
44441 . Create a User - set the variable ` USER_ID ` in your ` config.local.sh ` file.
45- 2 . List Users
46- 3 . Get a User
45+ 2 . List Users .
46+ 3 . Get a User.
47474 . Update a User - then use ` get-user.sh ` to make sure the user was updated.
48485 . Get a User Conversations - the user has not been joined to any conversations so this will be an empty array.
49496 . Delete a User - list users to confirm empty array is returned.
You can’t perform that action at this time.
0 commit comments