Skip to main content
PUT
/
api
/
JobPosting
/
Templates
/
{templateId}
/
Rename
Rename Advert Template.
curl --request PUT \
  --url https://api.example.com/api/JobPosting/Templates/{templateId}/Rename \
  --header 'Content-Type: application/json' \
  --data '
{
  "value": "<string>"
}
'

Path Parameters

templateId
integer<int32>
required

Body

application/json
value
string | null

Response

200

OK