schema/v1.0/customer.json in fidor_schema-0.10.11 vs schema/v1.0/customer.json in fidor_schema-0.10.12
- old
+ new
@@ -236,11 +236,15 @@
{
"rel" : "card_information",
"href" : "customers/{id}/card_information"
},
{
- "rel" : "customer_level",
- "href" : "customers/{id}/customer_level"
+ "rel" : "levels",
+ "href" : "customers/{id}/levels"
+ },
+ {
+ "rel" : "levels/current",
+ "href" : "customers/{id}/levels/current"
},
{
"rel" : "reward_redemptions",
"href" : "customers/{id}/reward_redemptions",
"method" : "POST"