# Update general settings of the account, organization, or project.

Endpoint: PATCH /code/api/v1/settings/general
Version: 1.0
Security: x-api-key

## Query parameters:

  - `accountIdentifier` (string, required)
    Account Identifier for the Entity.

  - `orgIdentifier` (string)
    Organization Identifier for the Entity.

  - `projectIdentifier` (string)
    Project Identifier for the Entity.

## Request fields (application/json):

  - `default_branch` (string,null)
    default branch name

## Response 400 fields (application/json):

  - `message` (string)

  - `values` (object)


