Skip to content

Commit 17a8bb8

Browse files
committed
update postman
1 parent ffe159d commit 17a8bb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

postman.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278
],
279279
"body": {
280280
"mode": "raw",
281-
"raw": "{\n\t\"param\": {\n\t\t\"title\": \"first attachment submission\",\n\t\t\"filePath\": \"asdjshdasdas/asdsadj/asdasd.png\",\n\t\t\"s3Bucket\": \"topcoder-project-service\",\n\t\t\"contentType\": \"application/png\",\n\t\t\"userIds\": [40051331]\n\t}\n}"
281+
"raw": "{\n\t\"param\": {\n\t\t\"title\": \"first attachment submission\",\n\t\t\"filePath\": \"asdjshdasdas/asdsadj/asdasd.png\",\n\t\t\"s3Bucket\": \"topcoder-project-service\",\n\t\t\"contentType\": \"application/png\",\n\t\t\"allowedUsers\": [40051331]\n\t}\n}"
282282
},
283283
"url": {
284284
"raw": "{{api-url}}/v4/projects/1/attachments",
@@ -452,7 +452,7 @@
452452
],
453453
"body": {
454454
"mode": "raw",
455-
"raw": "{\n\t\"param\": {\n\t\t\"title\": \"first attachment submission updated\",\n\t\t\"description\": \"updated project attachment\",\n\t\t\"userIds\": null\n\t}\n}"
455+
"raw": "{\n\t\"param\": {\n\t\t\"title\": \"first attachment submission updated\",\n\t\t\"description\": \"updated project attachment\",\n\t\t\"allowedUsers\": null\n\t}\n}"
456456
},
457457
"url": {
458458
"raw": "{{api-url}}/v4/projects/1/attachments/2",

0 commit comments

Comments
 (0)