Update Config

Update Config
Request
URI
POST
https://{api_host}/dt-rest/v100/truesso/manager/updateconfig
COPY
Request Body
DtTrueSsoConfigImpl of type(s) application/json
Optional
{
    "id": "string",
    "domainFqdn": "string",
    "enrollmentServers": [
        "string"
    ],
    "connectionErrors": [
        "string"
    ],
    "location": "string",
    "DtTrueSsoTemplate": [
        {
            "hashAlgorithm": "string",
            "minKeyLength": 0,
            "certAuthorities": [
                {
                    "enrollmentStatus": "string",
                    "name": "string",
                    "id": "string",
                    "links": [
                        {
                            "href": "string",
                            "rel": "string",
                            "deprecated": false,
                            "name": "string",
                            "method": "string"
                        }
                    ]
                }
            ],
            "name": "string",
            "id": "string",
            "links": [
                {
                    "href": "string",
                    "rel": "string",
                    "deprecated": false,
                    "name": "string",
                    "method": "string"
                }
            ]
        }
    ],
    "DtLink": [
        {
            "href": "string",
            "rel": "string",
            "deprecated": false,
            "name": "string",
            "method": "string"
        }
    ]
}
Responses
200
Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/dt-rest/v100/truesso/manager/updateconfig