Skip to content

Create or update an ingress

PUT
/resources/ingresses/{ingressId}

Parameters

Path Parameters

ingressId*
Type
string
Required

Request Body

JSON
{
  
"type": "string",
  
"componentId": "string",
  
"acl": [
  
  
"string"
  
],
  
"properties": {
  
}
}

Responses

OK

JSON
{
  
"ingressId": "string",
  
"type": "string",
  
"componentId": "string",
  
"acl": [
  
  
"string"
  
],
  
"properties": {
  
}
}

Samples

© 2024 Hantera AB. All rights reserved.