Create a description template
Jobs
POST create description template
Endpoint
POST /api/v1/jobs/templates
Parameters
Name | Description |
---|---|
template[title] required | Title |
template[description] required | Description |
Request
Route
POST /api/v1/jobs/templates
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxNTY3Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQ4NTE2NTMxLCJleHAiOjE3NTExMDg1MzEsImp0aSI6ImMxNDZkMTBiLTFlMTctNGYzMS04ZjkyLTYwMmI5YTM4YWMwYiJ9.xcPWyqFh3q9gHtV1vyysVS8qyTAfMrGc93Nn7iyOhtU
Host: example.org
Cookie:
Body
{
"template": {
"title": "Lead Real-Estate Engineer",
"description": "Tabernus ars unde. Amitto taceo conturbo."
}
}
Response
Simulated Response
Status
200
Headers
x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"e97ad3e838f2a860f8c0c48531b6702b"
cache-control: max-age=0, private, must-revalidate
x-request-id: ad49c47c-ef39-4742-884d-b47d95fd3683
x-runtime: 0.009655
content-length: 115
Body
{
"template": {
"id": 8,
"description": "Tabernus ars unde. Amitto taceo conturbo.",
"title": "Lead Real-Estate Engineer"
}
}