Jobs

Create a description template

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.eyJzdWIiOiIxNTQ2Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYwOTUwNDY5LCJleHAiOjE3NjM1NDI0NjksImp0aSI6ImU4MWMzZDA0LTE1OTgtNDgzYS05N2QwLTdlMDE4Y2YxMGY1NCJ9.ey1COrgwf_BG0DAF_wGdiP51B2C3fUvyffhZsjc5aS4
Host: example.org
Cookie: 

Body

{
  "template": {
    "title": "Global Liaison",
    "description": "Animi ut asper. Abbas dolores ut."
  }
}

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/"7525a5307be22657a46e70f8b7790e45"
cache-control: max-age=0, private, must-revalidate
x-request-id: 3ceedf66-1f77-4c0e-959a-4f416fab8d53
x-runtime: 0.008534
content-length: 96

Body

{
  "template": {
    "id": 8,
    "description": "Animi ut asper. Abbas dolores ut.",
    "title": "Global Liaison"
  }
}