addedInput schema / properties / color
Added value: +{
+ "description": "New project color",
+ "type": "string"
+}
addedInput schema / properties / icon
Added value: +{
+ "description": "New project icon",
+ "type": "string"
+}
addedInput schema / properties / leadId
Added value: +{
+ "description": "New project lead user ID",
+ "type": "string"
+}
addedInput schema / properties / memberIds
Added value: +{
+ "description": "Replacement list of project member user IDs",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+}
addedInput schema / properties / sortOrder
Added value: +{
+ "description": "New project sort order",
+ "type": "number"
+}
addedInput schema / properties / startDate
Added value: +{
+ "description": "New project start date",
+ "type": "string"
+}
changedInput schema / properties / state / description
Previous value: -"New state of the project (e.g., 'planned', 'started', 'paused', 'completed', 'canceled')"New value: +"New project status by lifecycle type/name (e.g., 'planned', 'started') or project status UUID"
addedInput schema / properties / targetDate
Added value: +{
+ "description": "New project target date",
+ "type": "string"
+}
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "color": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "content": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "description": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "icon": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "id": {
+ "type": "string"
+ },
+ "lead": {
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "microsoftTeamsChannelId": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "type": "string"
+ },
+ "slackChannelId": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "startDate": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "state": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "targetDate": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "teams": {
+ "items": {
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "trashed": {
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+}