---
title: Update an xcode cloud workflow
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/patch-v1-ciworkflows-_id_
---

# Update an xcode cloud workflow

Make changes to an Xcode Cloud workflow.

## URL

PATCH https://api.appstoreconnect.apple.com/v1/ciWorkflows/{id}

## Path Parameters

id: The opaque resource ID that uniquely identifies the Workflows resource.

## Response Codes

200 OK: The request completed successfully. 400 Bad Request: An error occurred with your request. 401 Unauthorized: 403 Forbidden: Request not authorized. 404 Not Found: Resource not found. 409 Conflict: The provided resource data is not valid. 422 : 429 :

## Discussion

Discussion The example request below updates the name of an existing Xcode Cloud workflow. For a successful update, the response includes detailed information about the workflow. Use it to access additional information, start a new build, and so on. Example Request and Response

## HTTP Body

The request body you use to update an Xcode Cloud workflow.

## See Also

### Managing Xcode Cloud Workflows

- [Create a workflow](appstoreconnectapi/post-v1-ciworkflows.md)
- [Delete a workflow](appstoreconnectapi/delete-v1-ciworkflows-_id_.md)
