Skip to content
Atlas Platform Docs

Update project

Update the project's settings.

PATCH
/projects/{projectId}

Update project

Update the project's settings.

Parameters

NameInRequiredDescription
projectIdpathYes

Request Body

{
  "application/json": {
    "schema": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string"
        },
        "slug": {
          "type": "string"
        }
      }
    }
  }
}

Responses

200OK

Try it out