When changing the resolutionPath of an existing service (unchanged goid, guid and name) and and trying to update by importing a graphman bundle (NEW_OR_UPDATE) graphman gives an error:
{
"action": "NEW_OR_UPDATE",
"status": "ERROR",
"description": "Error creating or updating SERVICE entity, constraint violation - could not execute statement",
"source": [
{
"name": "serviceType",
"value": "WEB_API"
},
{
"name": "resolutionPath",
"value": "/updatedpath"
}
]
}
How can I update only the resolutionpath of a service without removing it first?
When changing the resolutionPath of an existing service (unchanged goid, guid and name) and and trying to update by importing a graphman bundle (NEW_OR_UPDATE) graphman gives an error:
How can I update only the resolutionpath of a service without removing it first?