> For the complete documentation index, see [llms.txt](https://docs.toomuchmedia.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.toomuchmedia.com/api/api-endpoints/config/api-config-section.md).

# /api/config/section

## GET /api/config/section

> Get config section details

```json
{"openapi":"3.0.2","info":{"title":"API Specification","version":"v1"},"tags":[{"name":"/api/config/section"}],"security":[{"api-key":[],"api-username":[]}],"components":{"securitySchemes":{"api-key":{"type":"apiKey","in":"header","name":"api-key"}},"schemas":{"get_config_section":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["section"]}}},"paths":{"/api/config/section":{"get":{"description":"Get config section details","tags":["/api/config/section"],"parameters":[{"name":"section","in":"query","schema":{"type":"string"},"required":true}],"responses":{"200":{"description":"success","content":{"text/php":{"schema":{"$ref":"#/components/schemas/get_config_section"}},"application/json":{"schema":{"$ref":"#/components/schemas/get_config_section"}},"application/xml":{"schema":{"$ref":"#/components/schemas/get_config_section"}}}}}}}}}
```

## PATCH /api/config/section

> Update a config section

```json
{"openapi":"3.0.2","info":{"title":"API Specification","version":"v1"},"tags":[{"name":"/api/config/section"}],"security":[{"api-key":[],"api-username":[]}],"components":{"securitySchemes":{"api-key":{"type":"apiKey","in":"header","name":"api-key"}},"schemas":{"patch_config_section":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["section","settings"]}}},"paths":{"/api/config/section":{"patch":{"description":"Update a config section","tags":["/api/config/section"],"parameters":[{"name":"section","in":"query","schema":{"type":"string"},"required":true},{"name":"settings","in":"query","schema":{"type":"string"},"required":true}],"responses":{"200":{"description":"success","content":{"text/php":{"schema":{"$ref":"#/components/schemas/patch_config_section"}},"application/json":{"schema":{"$ref":"#/components/schemas/patch_config_section"}},"application/xml":{"schema":{"$ref":"#/components/schemas/patch_config_section"}}}}}}}}}
```
