---
title: "POST /api/v1/orchestrator/config"
method: POST
path: "/api/v1/orchestrator/config"
tags: ["orchestration-config-controller"]
---

# POST /api/v1/orchestrator/config

`POST /api/v1/orchestrator/config`

## Request body

- OrchestratorConfigDto
  - `id` string
  - `name` string
  - `jobTypeId` string
  - `triggerType` 'PRE_PERSIST_EVENT' | 'POST_PERSIST_EVENT'
  - `triggerMethod` 'CREATE' | 'DELETE' | 'UPDATE'
  - `triggerUrl` string

## Response `200`

OK

## Other responses

- `400` — Bad Request

---

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