---
title: "Update mesh dev space info"
method: PUT
path: "/v1/dev_space/{id}/update_mesh_dev_space_info"
tags: ["DevSpace"]
---

# Update mesh dev space info

`PUT /v1/dev_space/{id}/update_mesh_dev_space_info`

Update mesh dev space info

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Request body

- SetupclusterMeshDevInfo
  - `apps` SetupclusterMeshDevApp[]
    - `name` string
    - `workloads` SetupclusterMeshDevWorkload[]
      - `kind` string
      - `name` string
      - `status` integer
  - `header` ModelHeader
    - `key` string
    - `type` string
    - `value` string
  - `namespace` string
  - `resources` SetupclusterMeshDevResources
    - `delete` string
    - `install` string
  - `rollback` SetupclusterRollback
    - `header` SetupclusterRollbackHeader
      - `add` object
      - `update` object

## Response `200`

OK

- ModelClusterUserModel
  - `application_id` integer — Deprecated
  - `base_dev_space_id` integer
  - `cluster_admin` integer
  - `cluster_id` integer
  - `cpu` integer
  - `created_at` string
  - `id` integer
  - `is_base_space` boolean
  - `kubeconfig` string
  - `memory` integer
  - `namespace` string
  - `space_name` string
  - `space_resource_limit` string
  - `status` integer
  - `trace_header` ModelHeader
    - `key` string
    - `type` string
    - `value` string
  - `user_id` integer

## Changes

> 43 revisions in range; 1 could not be searched.

- **2021-06-28** `50a60c511eed` — 1 info
  - endpoint added
- **2020-10-29** `626c0be310f3` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/nocalhost/apis/nocalhost-docs-api/changes/v1/dev_space/:id/update_mesh_dev_space_info/put.md)

---

[API](https://skmtc.dev/nocalhost/apis/nocalhost-docs-api.md) · [All operations](https://skmtc.dev/nocalhost/apis/nocalhost-docs-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nocalhost/nocalhost-docs-api/revisions/9f53c7025f7a/schema)
