File tree Expand file tree Collapse file tree 2 files changed +18
-6
lines changed
.wiremock/git-pr-workflow-demo Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -37,3 +37,15 @@ paths:
3737 }
3838 ]
3939 }
40+ Get projects by projectId tasks. - List tasks in project :
41+ value : |
42+ {
43+ "tasks": [
44+ {
45+ "id": 12345,
46+ "title": "Chore: refactor the task manager component",
47+ "description": "Factor out the repeated workflow elements to reduce duplication"
48+ "labelIds": [53, 67]
49+ }
50+ ]
51+ }
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ mappings:
1414 "tasks": [
1515 {
1616 "id": 12345,
17- "title": "Chore: refactor task manager",
17+ "title": "Chore: refactor the task manager component ",
1818 "description": "Factor out the repeated workflow elements to reduce duplication"
1919 "labelIds": [53, 67]
2020 }
@@ -30,16 +30,16 @@ mappings:
3030 metadata :
3131 mocklab :
3232 created :
33- at : " 2025-08-04T13:40:27.10561892Z"
34- via : " IMPORT"
35- by : " m7m1g"
33+ at : " 2025-08-16T06:34:58.35050062Z"
34+ via : " SYSTEM"
3635 updated :
37- at : " 2025-08-04T13:40:48.632130884Z "
36+ at : " 2025-08-19T11:17:26.097846862Z "
3837 via : " ADMIN_API"
3938 by : " m7m1g"
4039 oas :
4140 operationId : " getProjectsByProjectIdTasks"
42- response-example-attachment : " List tasks in project"
41+ response-example-attachment : " Get projects by projectId tasks. - List tasks\
42+ \ in project"
4343 insertionIndex : 0
4444 postServeActions : []
4545 serveEventListeners : []
You can’t perform that action at this time.
0 commit comments