Skip to content

Commit 5152349

Browse files
authored
Apply suggestions from code review
1 parent 1309a5d commit 5152349

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

api-reference/beta/api/timecard-clockin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ In the request body, provide a JSON object with the following parameters.
5050

5151
| Parameter | Type | Description |
5252
|:-------------|:------------|:------------|
53-
|isAtApprovedLocation|Boolean|Indicate whether this action happens at an approved location.|
53+
|isAtApprovedLocation|Boolean|Indicates whether this action happens at an approved location.|
5454
|notes|[itemBody](../resources/itembody.md)|Notes for the clock in.|
55-
|atApprovedLocation (deprecated)|Boolean|Indicate whether this action happens at an approved location. This property will be removed by November 27, 2027. Use `isAtApprovedLocation` instead. `atApprovedLocation` and `isAtApprovedLocation` always have the same value, so setting one automatically sets the value for the other. If both are included in the request with different values, the value for `isAtApprovedLocation` takes precedence.|
55+
|atApprovedLocation (deprecated)|Boolean|Indicates whether this action happens at an approved location. This property will be removed by November 27, 2027. Use `isAtApprovedLocation` instead. `atApprovedLocation` and `isAtApprovedLocation` always have the same value, so setting one automatically sets the value for the other. If both are included in the request with different values, the value for `isAtApprovedLocation` takes precedence.|
5656

5757
## Response
5858

api-reference/beta/api/timecard-clockout.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ In the request body, provide a JSON object with the following parameters.
5050

5151
| Parameter | Type | Description |
5252
|:-------------|:------------|:------------|
53-
|isAtApprovedLocation|Boolean|Indicate whether this action happens at an approved location.|
53+
|isAtApprovedLocation|Boolean|Indicates whether this action happens at an approved location.|
5454
|notes|[itemBody](../resources/itembody.md)|Notes for the clock out.|
55-
|atApprovedLocation (deprecated)|Boolean|Indicate whether this action happens at an approved location. This property will be removed by November 27, 2027. Use `isAtApprovedLocation` instead. `atApprovedLocation` and `isAtApprovedLocation` always have the same value, so setting one automatically sets the value for the other. If both are included in the request with different values, the value for `isAtApprovedLocation` takes precedence.|
55+
|atApprovedLocation (deprecated)|Boolean|Indicates whether this action happens at an approved location. This property will be removed by November 27, 2027. Use `isAtApprovedLocation` instead. `atApprovedLocation` and `isAtApprovedLocation` always have the same value, so setting one automatically sets the value for the other. If both are included in the request with different values, the value for `isAtApprovedLocation` takes precedence.|
5656

5757
## Response
5858

api-reference/beta/api/timecard-endbreak.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ In the request body, provide a JSON object with the following parameters.
5050

5151
| Parameter | Type | Description |
5252
|:-------------|:------------|:------------|
53-
|isAtApprovedLocation|Boolean|Indicate whether this action happens at an approved location.|
53+
|isAtApprovedLocation|Boolean|Indicates whether this action happens at an approved location.|
5454
|notes|[itemBody](../resources/itembody.md)|Notes for the end of the break.|
55-
|atApprovedLocation (deprecated)|Boolean|Indicate whether this action happens at an approved location. This property will be removed by November 27, 2027. Use `isAtApprovedLocation` instead. `atApprovedLocation` and `isAtApprovedLocation` always have the same value, so setting one automatically sets the value for the other. If both are included in the request with different values, the value for `isAtApprovedLocation` takes precedence.|
55+
|atApprovedLocation (deprecated)|Boolean|Indicates whether this action happens at an approved location. This property will be removed by November 27, 2027. Use `isAtApprovedLocation` instead. `atApprovedLocation` and `isAtApprovedLocation` always have the same value, so setting one automatically sets the value for the other. If both are included in the request with different values, the value for `isAtApprovedLocation` takes precedence.|
5656

5757
## Response
5858

api-reference/beta/api/timecard-startbreak.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ In the request body, provide a JSON object with the following parameters.
5050

5151
| Parameter | Type | Description |
5252
|:-------------|:------------|:------------|
53-
|isAtApprovedLocation|Boolean|Indicate whether this action happens at an approved location.|
53+
|isAtApprovedLocation|Boolean|Indicates whether this action happens at an approved location.|
5454
|notes|[itemBody](../resources/itembody.md)|Notes for the start of the break.|
55-
|atApprovedLocation (deprecated)|Boolean|Indicate whether this action happens at an approved location. This property will be removed by November 27, 2027. Use `isAtApprovedLocation` instead. `atApprovedLocation` and `isAtApprovedLocation` always have the same value, so setting one automatically sets the value for the other. If both are included in the request with different values, the value for `isAtApprovedLocation` takes precedence.|
55+
|atApprovedLocation (deprecated)|Boolean|Indicates whether this action happens at an approved location. This property will be removed by November 27, 2027. Use `isAtApprovedLocation` instead. `atApprovedLocation` and `isAtApprovedLocation` always have the same value, so setting one automatically sets the value for the other. If both are included in the request with different values, the value for `isAtApprovedLocation` takes precedence.|
5656

5757
## Response
5858

api-reference/beta/resources/timecardevent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Represents a specific [timeCard](timecard.md) event.
2020
|Property|Type|Description|
2121
|:---|:---|:---|
2222
|dateTime|DateTimeOffset|The time the entry is recorded.|
23-
|isAtApprovedLocation|Boolean|Indicate whether this action happens at an approved location.|
23+
|isAtApprovedLocation|Boolean|Indicates whether this action happens at an approved location.|
2424
|notes|[itemBody](itembody.md)|Notes about the **timeCardEvent**.|
25-
|atApprovedLocation (deprecated)|Boolean|Indicate whether this action happens at an approved location. This property will be removed by November 20, 2027. Use `isAtApprovedLocation` instead. `atApprovedLocation` and `isAtApprovedLocation` always have the same value, so setting one automatically sets the value for the other. If both are included in the request with different values, the value for `isAtApprovedLocation` takes precedence.|
25+
|atApprovedLocation (deprecated)|Boolean|Indicates whether this action happens at an approved location. This property will be removed by November 20, 2027. Use `isAtApprovedLocation` instead. `atApprovedLocation` and `isAtApprovedLocation` always have the same value, so setting one automatically sets the value for the other. If both are included in the request with different values, the value for `isAtApprovedLocation` takes precedence.|
2626

2727
## Relationships
2828

0 commit comments

Comments
 (0)