We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd7c854 commit fcb6287Copy full SHA for fcb6287
1 file changed
e2e/wiremock-mappings/mockedteams/search-project.json
@@ -1,21 +1,7 @@
1
{
2
"request": {
3
"method": "GET",
4
- "urlPath": "/rest/api/2/project/search",
5
- "queryParameters": {
6
- "orderBy": {
7
- "matches": "[+-]?(key|name|category|owner)"
8
- },
9
- "maxResults": {
10
- "matches": "\\d+"
11
12
- "startAt": {
13
14
15
- "action": {
16
- "matches": "create|view|browse|edit"
17
- }
18
+ "urlPathPattern": "/rest/api/2/project/search"
19
},
20
"response": {
21
"status": 200,
0 commit comments