ChangeFullyQualifiedDomainNameAsync

Use this to change the Fully Qualified Domain Name of an Instance. Returns (Task)

Name Description
instance
newFqdn

Change Fully Qualified Domain Name Async

Example in C#

// Returns: nothing
await client.ChangeFullyQualifiedDomainNameAsync(InstanceInfo instance, String newFqdn);

Example in CURL



           curl -X PUT \
               https://keepapi.feenicshosting.com/api/f/INSTANCE.KEY/fqdn \
               -H 'Authorization: Bearer TOKEN_GOES_HERE' \
               -H 'Content-Type: application/json' \
               -D'"NEW_FULLY_QUALIFIED_DOMAIN_NAME"'