Skip to main content
PUT
/
api
/
Placements
/
{placementId}
/
Site
Change Site.
curl --request PUT \
  --url https://api.example.com/api/Placements/{placementId}/Site \
  --header 'Content-Type: application/json' \
  --data '{
  "value": 123
}'

Path Parameters

placementId
integer<int32>
required

Body

application/json
value
integer<int32>

Response

200

OK