Executions_updateExecution

Update execution changes to platform.

SecuritybearerAuth
Request
path Parameters
id
required
string

Execution id

Request Body schema: application/json
duration
number <double>
serviceVersion
string
Responses
200

Ok

patch/executions/{id}
Request samples
application/json
{
  • "duration": 0,
  • "serviceVersion": "string"
}
Response samples
application/json
{
  • "id": "string",
  • "url": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "creator": "string",
  • "attempts": 0,
  • "maxAttempts": 0,
  • "toTerminate": true,
  • "input": {
    },
  • "output": {
    },
  • "status": [
    ],
  • "statusLog": [
    ],
  • "latestStatus": {
    },
  • "duration": 0,
  • "projectId": "string",
  • "functionName": "string",
  • "serviceId": "string",
  • "triggerId": "string",
  • "serviceName": "string",
  • "moduleName": "string",
  • "packageId": "string",
  • "packageName": "string",
  • "packageRevision": { },
  • "serviceVersion": { },
  • "pipeline": {
    },
  • "model": {
    },
  • "syncReplyTo": {
    },
  • "eventContext": {
    }
}