Skip to main content
PUT
/
api
/
JobPosting
/
Templates
/
{templateId}
/
Reassign
/
{newOwnerId}
Reassign Advert Template to another owner.
curl --request PUT \
  --url https://api.example.com/api/JobPosting/Templates/{templateId}/Reassign/{newOwnerId}

Path Parameters

templateId
integer<int32>
required
newOwnerId
integer<int32>
required

Response

200

OK