---
title: "Create a new item"
method: POST
path: "/design/correlation-frameworks"
tags: ["Design - Correlation Frameworks"]
---

# Create a new item

`POST /design/correlation-frameworks`

## Request body

- CorrelationFramework
  - `id` string
  - `name` string
  - `rules` CorrelationRule[]
    - `id` string
    - `userId` string
    - `projectId` string
    - `extractor` VariableExtractor
      - `defaultValue` string
      - `matchGroup` integer
      - `name` string
      - `enabled` boolean
      - `id` string
    - `injectionRules` InjectionRule[]
      - `type` 'PART_OF_VALUE' | 'WHOLE_VALUE'
    - `enabled` boolean

## Response `201`

Created

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `429` — Too Many Requests

---

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