Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 3af6d99

Browse files
author
fireice.topcoder
committed
update API doc for Member Registration API
1 parent 2217fe7 commit 3af6d99

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

apiary.apib

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,10 @@ Register a new user.
635635
"country" : "UK",
636636
"email" : "name@domain.com",
637637
"password" : "HashedPassword",
638-
"regSource": "http://registration.source.domain.com"
638+
"regSource": "http://registration.source.domain.com",
639+
"utm_source": "a",
640+
"utm_medium": "b",
641+
"utm_campaign": "c"
639642
}
640643

641644
### Create a new user [POST]
@@ -6140,4 +6143,4 @@ Payments APIs
61406143
"name":"Service Unavailable",
61416144
"value":"503",
61426145
"description":"Servers are up but overloaded. Try again later."
6143-
}
6146+
}

0 commit comments

Comments
 (0)