Added external_ids for person

This commit is contained in:
m4tta
2017-02-02 00:00:25 -08:00
parent 9bb7ac7fad
commit 8e16f7549b

View File

@@ -76,6 +76,7 @@
, "Changes" : { "resource": "person/:id/changes", "method": "get" }
, "Latest" : { "resource": "person/latest", "method": "get" }
, "Popular" : { "resource": "person/popular", "method": "get" }
, "ExternalIds" : { "resource": "person/:id/external_ids", "method": "get" }
}
, "list" : {
"Info" : { "resource": "list/:id", "method": "get" }