curl --request PUT \
--url https://api.example.com/api/Placements/{placementId}/Approvers \
--header 'Content-Type: application/json' \
--data '
{
"approver1": 123,
"approver2": 123
}
'curl --request PUT \
--url https://api.example.com/api/Placements/{placementId}/Approvers \
--header 'Content-Type: application/json' \
--data '
{
"approver1": 123,
"approver2": 123
}
'Was this page helpful?