APIProviderEnrolmentDetailsPatch

APIProviderEnrolmentDetailsPatch
APIProviderEnrolmentDetailsPatch

Represents a list of modifications for the API provider domain's enrolment details.

JSON Example
{
    "apiProvFuncs": [
        {
            "apiProvFuncId": "string",
            "regInfo": {
                "apiProvPubKey": "string",
                "apiProvCert": "string"
            },
            "apiProvFuncInfo": "string"
        }
    ],
    "apiProvDomInfo": "string"
}
apiProvFuncs
Optional

A list of individual API provider domain functions details. When included by the API management function in the HTTP request message, it lists the API provider domain functions that the API management function intends to register/update in registration or update registration procedure.

string
apiProvDomInfo
Optional

Generic information related to the API provider domain such as details of the API provider applications.

Parameter To