-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* objectsv2 acceptance tests * Content-Type to request header to support acceptance tests
- Loading branch information
1 parent
eaeb6bb
commit d3b3b8a
Showing
40 changed files
with
3,416 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"name": "Alice", | ||
"email": "[email protected]", | ||
"externalId": "410b802b-7f18-4a79-b788-f34b7e600cf2", | ||
"profileUrl": "http://fWOkYZQfM.com", | ||
"id": "alice-id", | ||
"updated": "2022-09-16T11:51:53.316718Z", | ||
"type": "admin", | ||
"status": "active", | ||
"eTag": "Afrav42WqsmyZA" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"uuid": { | ||
"id": "amelia-id" | ||
}, | ||
"status": null, | ||
"custom": null, | ||
"updated": "2022-10-12T10:57:19.618621Z", | ||
"eTag": "AZO/t53al7m8fw" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "Bob", | ||
"email": "[email protected]", | ||
"externalId": "410b802b-7f18-1337-b788-f34b7e600cf2", | ||
"profileUrl": "http://fWOkYZQfX.com", | ||
"id": "bob-id", | ||
"custom": { | ||
"uuid_param1": "val1", | ||
"uuid_param2": "val2" | ||
}, | ||
"type": "participant", | ||
"status": "active", | ||
"updated": "2022-02-22T11:51:53.316718Z", | ||
"eTag": "Afrav42WQsmyZA" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"name": "Chat", | ||
"id": "chat-id", | ||
"description": "chat-description", | ||
"updated": "2022-09-16T11:51:53.316718Z", | ||
"eTag": "Afrav42WqsmyZA", | ||
"type": "GroupChat", | ||
"status": "active" | ||
} |
Oops, something went wrong.