Skip to main content
POST
/
api
/
JobPosting
/
NotificationTemplate
Update Application Notification Template.
curl --request POST \
  --url https://api.example.com/api/JobPosting/NotificationTemplate \
  --header 'Content-Type: application/json' \
  --data '
{
  "subject": "<string>",
  "body": "<string>"
}
'

Body

application/json
subject
string | null
body
string | null

Response

200

OK