TeamCity REST API Reference
 
You are viewing the documentation for an earlier version of TeamCity REST API Reference.

Edit Build Configuration Settings

Last modified: 01 June 2022

This article shows how to edit build configurations via TeamCity REST API.
For every endpoint below, you can use GET (retrieve), POST (create), PUT (update existing) or DELETE (delete) HTTP methods to update the corresponding resource. For POST/PUT, use the payload from the corresponding section as an example.