put https://www.keycafe.com/v0/aliasCode/
Edit an alias code with a PUT request to the endpoint with the alias code ID (enterprise customers only).
The post body should contain the data to be updated as a JSON object:
{
code: "123456",
location: {
id: 7654321
},
access: {
id: 1234567
}
}
Returns the alias code object if the update succeeded.