---
title: "Update account public settings"
method: POST
path: "/accounts/{id}/update"
tags: ["accounts"]
---

# Update account public settings

`POST /accounts/{id}/update`

Not implemented yet: update the user defined account fields. Receives a settings object (will be defined later)

## Path parameters

- `id` string, required

## Request body

- object
  - `notifications` object[]
    - `events` string[]
    - `slack` object
      - `uri` string
    - `type` 'webhook' | 'slack'
    - `webhook` object
      - `method` string
      - `uri` string

## Response `200`

ok

---

[API](https://skmtc.net/codefresh-io/apis/codefresh-api.md) · [All operations](https://skmtc.net/codefresh-io/apis/codefresh-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/codefresh-io/codefresh-api/versions/fa310e908c46/schema)
