I'm looking to programmatically update the Docker image associated with a given endpoint. I noticed that this appears to be done through the endpoint's template rather than the through the endpoint model itself.
The template in question can only be accessed via
GET
GET
when
?includeEndpointBoundTemplates=true
?includeEndpointBoundTemplates=true
, but the corresponding
POST
POST
and
PATCH
PATCH
endpoints do not support said query param, and trying to update the endpoint through those means returns
{ "error": "get template: template not found", "status": 404}
{ "error": "get template: template not found", "status": 404}