---
title: "Update probation policy"
method: PUT
path: "/probation_policies/{probation_policy_id}"
tags: ["Probation policies"]
---

# Update probation policy

`PUT /probation_policies/{probation_policy_id}`

## Query parameters

- `name` string
- `length` string

## Response `200`

OK

- object
  - `data` ProbationPolicy
    - `id` integer
    - `name` string
    - `length` integer
    - `created_at` string
    - `updated_at` string

---

[API](https://skmtc.net/peopleforce/apis/company-api.md) · [All operations](https://skmtc.net/peopleforce/apis/company-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/peopleforce/company-api/revisions/ff612e61a4c3/schema)
