v1

latestOpenAPI 3.1.02026-07-13154170539.0 KB
Projects

Update Project

Updates a project's name and/or description in your account.

patch/v0/project/{project_name}

Path parameters

project_namestring required

Project name, may contain slashes

Project name, may contain slashes

Request body

namestring nullable

A unique, user-defined name used when referencing the project.

is_versionedboolean nullable

Whether the project is versioned

iconstring nullable

Icon identifier for the project

orderinteger nullable

Position/order of the project in list

descriptionstring nullable

Optional description of the project

Example request

{
  "name": "eval-project"
}

Response

Successful Response

{"stackTrail":"paths:/v0/project/{project_name}:patch:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}