---
title: "Append manager config."
method: PATCH
path: "/api/config/manager"
tags: ["Configuration"]
---

# Append manager config.

`PATCH /api/config/manager`

## Request body

- ConfigManager
  - `php_cli` string — Path to the PHP executable.

## Response `200`

The manager configuration.

- ConfigManager
  - `php_cli` string — Path to the PHP executable.

## Changes

- **2025-03-06** `4dc3bf84edf7` — 2 info
  - the endpoint scheme security `CookieAuthentication` was added to the API
  - the endpoint scheme security `TokenAuthentication` was added to the API
- **2022-02-17** `50d1d0bed8dd` — 2 warning
  - removed the request property `server`
  - removed the optional property `server` from the response with the `200` status
- **2020-07-23** `42c41034504b` — 4 info
  - the endpoint scheme security `CookieAuthentication` was removed from the API
  - the endpoint scheme security `TokenAuthentication` was removed from the API
  - added the new optional request property `server`
  - added the optional property `server` to the response with the `200` status

[Change history](https://skmtc.dev/contao/apis/contao-manager-api/changes/api/config/manager/patch.md)

---

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