Skip to content

Commit

Permalink
Joan updated collection
Browse files Browse the repository at this point in the history
  • Loading branch information
Joan Reyero committed Nov 6, 2023
1 parent acf2787 commit e084603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postman/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@
],
"body": {
"mode": "raw",
"raw": "{\n \"filter\": {\n \n },\n \"limit\": 20,\n \"offset\": 0\n}",
"raw": "{\n \"filter\": {\n \"and\": [\n {\n \"isBot\": {\n \"not\": true\n }\n },\n {\n \"isTeamMember\": {\n \"not\": true\n }\n },\n {\n \"isOrganization\": {\n \"not\": true\n }\n },\n {\n \"and\": [\n {\n \"activityCount\": {\n \"gt\": 10\n }\n },\n {\n \"activeOn\": {\n \"contains\": [\n \"github\"\n ]\n }\n }\n ]\n }\n ]\n },\n \"orderBy\": \"lastActive_DESC\"\n}",
"options": {
"raw": {
"language": "json"
Expand Down

0 comments on commit e084603

Please sign in to comment.