Jobs

Update a description template

PUT update description template

Endpoint

PUT /api/v1/jobs/templates/:id

Parameters

Name Description
template[title] required Template title
template[description] required Template description

Request

Route

PUT /api/v1/jobs/templates/11

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxNTU1Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQyNDY0OTQ0LCJleHAiOjE3NDUwNTY5NDQsImp0aSI6IjE4YjZjMmI1LWJmYWQtNDA1YS04MTU1LTExZmNhMWY3Y2Y5OSJ9.19fYaORPyTZCUQtGprtyBrc9CaQ14XzLCIUT07s9iXM
Host: example.org
Cookie: 

Body

{
  "template": {
    "title": "Investor Accounting Technician",
    "description": "Curiositas arx amplitudo. Tersus adeptio abutor."
  }
}

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/"d06ee6f0c5d665d9083ee280dd0a572d"
cache-control: max-age=0, private, must-revalidate
x-request-id: dbf3a70c-d1f2-496b-87aa-7bc593c0b31a
x-runtime: 0.013272
content-length: 128

Body

{
  "template": {
    "id": 11,
    "description": "Curiositas arx amplitudo. Tersus adeptio abutor.",
    "title": "Investor Accounting Technician"
  }
}