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
User's response to the User Operation request
{
"responseMessage": "Approved on Monday.",
"status": "Approved"
}
'Success' with the modified User Operation
"UserOpResource Object"
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
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/codestream/api/user-operations/{id}