approveReview


SoftLayer_Account_ProofOfConcept::approveReview

Allows a reviewer to approve a request

Description

Allows a verified reviewer to approve a request

Parameters

Name Type Description
requestId int
accessToken string

Required Headers

Optional Headers

  • None

Return Values

  • void
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [int, string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account_ProofOfConcept/approveReview'