Skip to content

Commit

Permalink
Merge pull request #251 from Appboy/fix-enspace
Browse files Browse the repository at this point in the history
Fix some en spaces -> spaces in JSON examples
  • Loading branch information
EmilyNecciai committed Jul 18, 2019
2 parents abfbf68 + deccf66 commit 9416808
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _docs/_api/endpoints/user_data.md
Expand Up @@ -138,15 +138,15 @@ POST https://YOUR_REST_API_URL/users/track
Content-Type: application/json
{
"api_key" : "your App Group REST API Key",
"attributes" : [
"attributes" : [
{
"external_id" : "user1",
"first_name" : "Jon",
"has_profile_picture" : true,
"dob": "1988-02-14",
"music_videos_favorited" : { "add" : [ "calvinharris-summer" ], "remove" : ["nickiminaj-anaconda"] }
},
    {
{
"external_id" : "user2",
"first_name" : "Jill",
"has_profile_picture" : false,
Expand Down Expand Up @@ -194,7 +194,7 @@ POST https://YOUR_REST_API_URL/users/track
Content-Type: application/json
{
"api_key" : "your App Group REST API Key",
"events" : [
"events" : [
{
"external_id" : "user1",
"app_id" : "your-app-id",
Expand Down Expand Up @@ -250,7 +250,7 @@ POST https://YOUR_REST_API_URL/users/track
Content-Type: application/json
{
"api_key" : "your App Group REST API Key",
"purchases" : [
"purchases" : [
{
"external_id" : "user1",
"app_id" : "11ae5b4b-2445-4440-a04f-bf537764c9ad",
Expand Down

0 comments on commit 9416808

Please sign in to comment.