Skip to main content
PUT
/
api
/
Placements
/
{placementId}
/
JobTitle
Change Job Title.
curl --request PUT \
  --url https://api.example.com/api/Placements/{placementId}/JobTitle \
  --header 'Content-Type: application/json' \
  --data '
{
  "value": "<string>"
}
'

Path Parameters

placementId
integer<int32>
required

Body

application/json
value
string | null

Response

200

OK