Field name | Value type | Non-null | Description |
---|---|---|---|
projectId | ID | true | A unique identifier for the project. |
shortId | NonEmptyString | true | A human-readable identifier for the project. |
defaultLocale | Local | true | |
title | NonEmptyString | true | |
description | NonEmptyString | false | |
theme | Theme | true | |
logoUrl | URL | false | |
coverUrl | URL | false | |
textColor | HexColorCode | false | |
linkColor | HexColorCode | false | |
buttonTextColor | HexColorCode | false | |
buttonBackgroundColor | HexColorCode | false | |
labels | [NonEmptyString] | false | |
createdAt | DateTime | true | The date and time when a project was created. |
updatedAt | DateTime | true | The date and time when a project was updated. |