APIInvokerEnrolmentDetailsPatch

APIInvokerEnrolmentDetailsPatch
APIInvokerEnrolmentDetailsPatch

Represents an API Invoker's enrolment details to be updated.

JSON Example
{
    "onboardingInformation": {
        "apiInvokerPublicKey": "PUBLIC_KEY_STRING",
        "apiInvokerCertificate": "CERTIFICATE_STRING",
        "onboardingSecret": "SECRET_STRING"
    },
    "notificationDestination": "string",
    "apiInvokerInformation": "string"
}
onboardingInformation
Optional

onboardingInformation

string
notificationDestination
Optional

The target URI for notifications.

string
apiInvokerInformation
Optional

Updated generic information related to the API invoker.