Modify Post User Operation Using POST
Modify a User Operation with the given id
The ID of the User Operation
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
{
"responseMessage": "Approved on Monday.",
"status": "Approved"
}
The response message which the responder would like to give.
The status of this entity.
'Success' with the modified User Operation
{
"approverGroups": [
"string"
],
"approvers": [
"string"
],
"changeLog": "string",
"comments": "string",
"createdAt": "string",
"createdBy": "string",
"description": "string",
"endpoint": "string",
"executionId": "string",
"executionIndex": 0,
"expirationInDays": 0,
"expirationInSeconds": 0,
"expiresOnInMicros": 0,
"id": "string",
"index": "string",
"message": "string",
"name": "string",
"orgId": "string",
"parentId": "string",
"pipeline": "string",
"pipelineId": "string",
"projectId": "string",
"requestedBy": "string",
"requestedOnInMicros": 0,
"respondedBy": "string",
"respondedByEmail": "string",
"respondedOnInMicros": 0,
"responderRoles": [
"string"
],
"resumeCount": 0,
"sendemail": false,
"stageKey": "string",
"status": "string",
"summary": "string",
"tags": [
"string"
],
"taskExecutionId": "string",
"taskKey": "string",
"updatedAt": "string",
"updatedBy": "string",
"version": "string"
}
approverGroups
approvers
changeLog
comments
createdAt
createdBy
description
endpoint
executionId
executionIndex
expirationInDays
expirationInSeconds
expiresOnInMicros
id
index
message
name
orgId
parentId
pipeline
pipelineId
projectId
requestedBy
requestedOnInMicros
respondedBy
respondedByEmail
respondedOnInMicros
responderRoles
resumeCount
sendemail
stageKey
status
summary
tags
taskExecutionId
taskKey
updatedAt
updatedBy
version
Unauthorized Request
Forbidden
Not Found
Server Error