Let the platform do the work

/Administration/aws POST

Overview

[ADMIN] Set Amazon Web Services configs in Sugar Serve.

Summary

This endpoint sets configuration values for Amazon Web Services. This endpoint is only available to administrators of Sugar Serve.

Request Arguments

Name Type Description Required
aws_connect_instance_name String The name of the AWS Connect instance False
aws_connect_region String The region assigned to the AWS Connect instance False

Response

  {
    "aws_connect_instance_name": "my-aws-instance",
    "aws_connect_region": "us-east-2"
}

Change Log

Version Change
v11_10

Added /Administration/aws POST endpoint.

Topics