---
title: "Update the specified DevOps Project"
method: PATCH
path: "/kapis/devops.kubesphere.io/v1alpha2/devops/{devops}"
tags: ["DevOps Project"]
---

# Update the specified DevOps Project

`PATCH /kapis/devops.kubesphere.io/v1alpha2/devops/{devops}`

## Path parameters

- `devops` string, required

## Request body

- DevopsDevOpsProject
  - `create_time` string, date-time, required — DevOps Project's Creation time
  - `creator` string, required — Creator's username
  - `description` string — DevOps Projects's Description, used to describe the DevOps Project
  - `extra` string — Internal Use
  - `name` string, required — DevOps Projects's Name
  - `project_id` string, required — ProjectId must be unique within a workspace, it is generated by kubesphere.
  - `status` string, required — DevOps project's status. e.g. active
  - `visibility` string — Deprecated Field
  - `workspace` string, required — The workspace to which the devops project belongs

## Response `200`

ok

- DevopsDevOpsProject
  - `create_time` string, date-time, required — DevOps Project's Creation time
  - `creator` string, required — Creator's username
  - `description` string — DevOps Projects's Description, used to describe the DevOps Project
  - `extra` string — Internal Use
  - `name` string, required — DevOps Projects's Name
  - `project_id` string, required — ProjectId must be unique within a workspace, it is generated by kubesphere.
  - `status` string, required — DevOps project's status. e.g. active
  - `visibility` string — Deprecated Field
  - `workspace` string, required — The workspace to which the devops project belongs

## Other responses

- `default` — ok

## Changes

- **2019-08-27** `6d6e730a2d14` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/kubesphere/apis/ks-api/changes/kapis/devops.kubesphere.io/v1alpha2/devops/:devops/patch.md)

---

[API](https://skmtc.dev/kubesphere/apis/ks-api.md) · [All operations](https://skmtc.dev/kubesphere/apis/ks-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kubesphere/ks-api/revisions/6d6e730a2d14/schema)
