Update a Time Off

Time off updated by an external service

📘

Supported Regions and Base URLs

👍

Access and Registration

Authentication

Scope

wfm-aion-public:write

Body Request - Example

{
  "description": "Take some rest",
  "end_at": "2019-06-22T01:29:31Z",
  "start_at": "2019-06-22T01:14:31Z"
}

Body Response - Schema

400 (validation errors were found in the submitted data), 401 (unauthorized), 403 (forbidden), 404 (time off not found)

ParameterTypeDescriptionRequired
codestringn/ayes
messagestringn/ayes
descriptionstringn/ano
fieldsarray[object]"fields" subdivides into:

"name" (string)

"description" (string)
yes (name and description)

🚧

Troubleshooting

If you have any questions regarding the usage of this API, or if you’re having any technical issues, please open a ticket using this form.

Language
Authorization
Header
Click Try It! to start a request and see the response here!