File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
components/linearb/actions/search-incidents Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 : {
You can’t perform that action at this time.
0 commit comments