Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
cscatolini committed Aug 15, 2016
1 parent 5367906 commit 90ecd49
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/using_webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,13 @@ Payload:
"membershipCount": [int], // Number of clans this player is a member of
"ownershipCount": [int] // Number of clans this player is an owner of
},
"creator": { // Player that created the membership (invited or applied)
"publicID": [string], // Creator PublicID
"name": [string], // Creator Name
"metadata": [JSON], // JSON Object containing creator metadata
"membershipCount": [int], // Number of clans this creator is a member of
"ownershipCount": [int] // Number of clans this creator is an owner of
},
"id": [UUID], // unique id that identifies the hook
"timestamp": [timestamp] // timestamp in the RFC3339 format
}
Expand Down Expand Up @@ -369,6 +376,13 @@ Payload:
"membershipCount": [int], // Number of clans this player is a member of
"ownershipCount": [int] // Number of clans this player is an owner of
},
"creator": { // Player that created the membership (invited or applied)
"publicID": [string], // Creator PublicID
"name": [string], // Creator Name
"metadata": [JSON], // JSON Object containing creator metadata
"membershipCount": [int], // Number of clans this creator is a member of
"ownershipCount": [int] // Number of clans this creator is an owner of
},
"id": [UUID], // unique id that identifies the hook
"timestamp": [timestamp] // timestamp in the RFC3339 format
}
Expand Down

0 comments on commit 90ecd49

Please sign in to comment.