Skip to content

Commit e39cb85

Browse files
committed
Update descriptions in search incidents action to clarify date format for issued and incident times
1 parent 6861b50 commit e39cb85

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/linearb/actions/search-incidents/search-incidents.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,25 +36,25 @@ export default {
3636
issuedAtBefore: {
3737
type: "string",
3838
label: "Issued At Before",
39-
description: "The specific time when the incident was logged and officially opened. (Format: `YYYY-MM-DD`)",
39+
description: "The specific date when the incident was logged and officially opened. (Format: `YYYY-MM-DD`)",
4040
optional: true,
4141
},
4242
issuedAtAfter: {
4343
type: "string",
4444
label: "Issued At After",
45-
description: "The specific time when the incident was logged and officially opened. (Format: `YYYY-MM-DD`)",
45+
description: "The specific date when the incident was logged and officially opened. (Format: `YYYY-MM-DD`)",
4646
optional: true,
4747
},
4848
startedAt: {
4949
type: "string",
5050
label: "Started At",
51-
description: "The specific time when work on the incident commenced. (Format: `YYYY-MM-DD`)",
51+
description: "The specific date when work on the incident commenced. (Format: `YYYY-MM-DD`)",
5252
optional: true,
5353
},
5454
endedAt: {
5555
type: "string",
5656
label: "Ended At",
57-
description: "The specific time when the incident was successfully resolved. (Format: `YYYY-MM-DD`)",
57+
description: "The specific date when the incident was successfully resolved. (Format: `YYYY-MM-DD`)",
5858
optional: true,
5959
},
6060
statuses: {

0 commit comments

Comments
 (0)