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.eyJzdWIiOiIxNTE4Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzM3NTUxNTg1LCJleHAiOjE3NDAxNDM1ODUsImp0aSI6IjViNWU5MGFlLTI4ZjEtNGQwOC04YmRmLWI3MDk2YjhlMjBjNyJ9.GB-NkBu7BlYns5mBZVWRSgQxKUfAQgyYl4yCHoBk7h0
Host: example.org
Cookie:
Body
{
"template": {
"title": "Customer Technology Representative",
"description": "Tenax vomito acceptus. Tandem videlicet ubi."
}
}
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/"4cd4b15a92c181b9db7cdde40ed8d814"
cache-control: max-age=0, private, must-revalidate
x-request-id: 5c967553-d6c9-4846-b1f9-f895bba2ab01
x-runtime: 0.008074
content-length: 127
Body
{
"template": {
"id": 8,
"description": "Tenax vomito acceptus. Tandem videlicet ubi.",
"title": "Customer Technology Representative"
}
}