---
title: "Update pull frequency for verticals"
method: POST
path: "/sync/pull_frequencies"
tags: ["sync"]
---

# Update pull frequency for verticals

`POST /sync/pull_frequencies`

## Request body

- UpdatePullFrequencyDto
  - `crm` number, required — Frequency in seconds
  - `accounting` number, required — Frequency in seconds
  - `filestorage` number, required — Frequency in seconds
  - `ecommerce` number, required — Frequency in seconds
  - `ticketing` number, required — Frequency in seconds

## Response `200`

Pull frequency updated successfully

## Other responses

- `201`

## Changes

- **2024-11-21** `47f47d53c24d` — 1 info
  - added the success response with the status `201`
- **2024-11-16** `8c8c3916da22` — 1 breaking
  - removed the success response with the status `201`
- **2024-11-16** `984a912d235a` — 2 warning, 1 info
  - removed the request property `ats`
  - removed the request property `hris`
  - added the success response with the status `201`
- **2024-11-16** `6c5b3f5e8d1c` — 1 breaking
  - removed the success response with the status `201`
- **2024-09-18** `6caaf9f01905` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/panoratech/apis/panora-api/changes/sync/pull_frequencies/post.md)

---

[API](https://skmtc.dev/panoratech/apis/panora-api.md) · [All operations](https://skmtc.dev/panoratech/apis/panora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/panoratech/panora-api/revisions/69df76288cd9/schema)
