Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions src/pages/docs/api/_generated/projects.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: src/layouts/Api.astro
pubDate: 2026-08-11
modDate: 2026-08-11
modDate: 2026-09-02
title: Projects
---

Expand Down Expand Up @@ -234,7 +234,8 @@ Also reachable at `/api/projects`, `/api/spaces/{spaceIdentifier}/projects`.
- **`IncludedLibraryVariableSetIds`** :span[array of string]{.type-label}
Library variable sets included in the project. Sets are listed in order of precedence, with earlier items in the list overriding any variables with the same name and scope definition appearing later in the list.
- **`IsDisabled`** :span[boolean]{.type-label}
- **`LifecycleId`** :span[string]{.type-label} *(required)*
- **`LifecycleId`** :span[string]{.type-label}
Required for non-templated projects. Templated projects source their lifecycle from the project template.
- **`Name`** :span[string]{.type-label} *(required)*
Minimum length 1.
- **`PersistenceSettings`** :span[object]{.type-label}
Expand Down Expand Up @@ -1040,7 +1041,8 @@ Also reachable at `/api/projects/{projectId}`, `/api/spaces/{spaceIdentifier}/pr
Library variable sets included in the project. Sets are listed in order of precedence, with earlier items in the list overriding any variables with the same name and scope definition appearing later in the list.
- **`IsBadgesEnabled`** :span[boolean]{.type-label}
- **`IsDisabled`** :span[boolean]{.type-label}
- **`LifecycleId`** :span[string]{.type-label} *(required)*
- **`LifecycleId`** :span[string]{.type-label}
Required for non-templated projects. Templated projects source their lifecycle from the project template.
- **`Name`** :span[string]{.type-label} *(required)*
Minimum length 1.
- **`PersistenceSettings`** :span[object]{.type-label}
Expand Down