externalmodels

Update an ExternalModel

put/api/v1/externalmodel/{namespace}/{name}

Path parameters

namespacestring required
namestring required

Request body

displayNamestring
descriptionstring
modelNamestring

Example request

{
  "providerRefs": [
    {
      "provider": {
        "reason": "Reconciled"
      }
    }
  ]
}

Response

ExternalModel updated

Changes

Changed in 1 of the 32 revisions of this API.1