Skip to main content

Add Approver to existing Request

POST 

/updateRequest

This API can be used to add approver to existing request in SSM. The Authorization must have Bearer followed by Token. Mandatory params: requestkey - comma seprated requestkeys requestor - user who is updating the request Optional params: updateapprover - username of the new approver originalassignee - username of old approver removeoriginalassignee - true/false(default), if false then the original assignee will remain one of the approvers, If originalassignee is not passed then requestor will be considered as original assignee. comments, allowreassign - true/false (default is false)

Request

Body

    comments string

    dynamicattributes

    object[]

  • Array [

  • attribute string
    value string
  • ]

  • entitlements

    object[]

  • Array [

  • action string
    comments string
    entitlementtype string
    entitlementvalue string
  • ]

  • requestkey string
    requestor string
    updateapprover string

Responses

updateRequest / Add Comments to existing Request / Add Dynamic Attributes and Entitlements to existing Request / updateRequest Attachment

Response Headers

  • Content-Length

    string

  • Date

    string

  • Server

    string

  • WWW-Authenticate

    string

Schema

    errorCode string
    msg string
    requestkey string
Loading...