Edit Alias Code

Edit an alias code with a PUT request to the endpoint with the alias code ID.

The post body should contain the data to be updated as a JSON object:

{
    code: "123456",
    location: {
        id: 7654321
    },
    access: {
        id: 1234567
    }
}
Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!