---
title: "Write settings"
method: POST
path: "/v1/api/contracts/settings/batch"
tags: ["contracts"]
---

# Write settings

`POST /v1/api/contracts/settings/batch`

## Request body

- ContractSettingsCreateIn
  - `data` ContractCreate[], required
    - `contractAddress` string
    - `transaction` string
    - `draftId` integer
    - `contractSettings` Settings
      - `notificationEmail` string, email

## Response `200`

OK

- GenericOut
  - `message` string

## Other responses

- `401` — Unauthorized
- `422` — Unprocessable Entity
- `default` — Default error response

---

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