Accepts input for updating a team checkin.
| Property Name | Type | Description |
|---|---|---|
| actions | InputMaybe<Array<CompassTeamCheckinActionInput>> | A list of action items belong to the checkin. |
| cloudId | String | The cloud ID of the site to update a checkin on. |
| id | String | The ID of the team checkin being updated. |
| mood | Number | The mood of the team checkin. |
| response1 | InputMaybe<String> | The response to the question 1 of the team checkin. |
| response1RichText | InputMaybe<CompassUpdateTeamCheckinResponseRichText> | The response to the question 1 of the team checkin in a rich text format. |
| response2 | InputMaybe<String> | The response to the question 2 of the team checkin. |
| response2RichText | InputMaybe<CompassUpdateTeamCheckinResponseRichText> | The response to the question 2 of the team checkin in a rich text format. |
| response3 | InputMaybe<String> | The response to the question 3 of the team checkin. |
| response3RichText | InputMaybe<CompassUpdateTeamCheckinResponseRichText> | The response to the question 3 of the team checkin in a rich text format. |
Rate this page: