put
https://www.keycafe.com/v0/aliasCode/
Edit an alias code with a PUT request to the endpoint with the alias code ID.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
The post body should contain the data to be updated as a JSON object:
{
code: "123456",
location: {
id: 7654321
},
access: {
id: 1234567
}
}