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
7 changes: 7 additions & 0 deletions fern/apis/v1/openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -55094,6 +55094,13 @@
"description": "Whether project key should be visible for this project.\nIf null, it will use the workspace default setting.",
"nullable": true
},
"projectKey": {
"maxLength": 32,
"minLength": 1,
"type": "string",
"description": "The optional project key. It must be unique within the workspace and contain 1-32 letters, numbers,\ndashes, or underscores. Lowercase letters are normalized to uppercase.\nWhen omitted, a key is generated from the project name.",
"nullable": true
},
"projectStatusId": {
"type": "string",
"description": "Optional existing status to use when creating from a workflow or template source.",
Expand Down
Loading