forked from fencer-so/CommBank-Server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommonwealth_icon_update.json
61 lines (61 loc) · 1.51 KB
/
commonwealth_icon_update.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"info": {
"_postman_id": "68b16f52-3532-4ec2-bf93-d9b0bfa3c527",
"name": "zww",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "24063940"
},
"item": [
{
"name": "http://localhost:5203/api/Goal/62a3f587102e921da1253d32",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:5203/api/Goal/62a3f587102e921da1253d32",
"protocol": "http",
"host": [
"localhost"
],
"port": "5203",
"path": [
"api",
"Goal",
"62a3f587102e921da1253d32"
]
}
},
"response": []
},
{
"name": "http://localhost:5203/api/Goal/62a3f587102e921da1253d32",
"request": {
"method": "PUT",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"id\": \"62a3f587102e921da1253d32\",\r\n \"name\": \"House Down Payment\",\r\n \"targetAmount\": 100000,\r\n \"targetDate\": \"2025-01-08T05:00:00Z\",\r\n \"balance\": 73501.82,\r\n \"created\": \"2022-06-11T01:53:10.857Z\",\r\n \"transactionIds\": null,\r\n \"tagIds\": null,\r\n \"icon\": \"🤺\",\r\n \"userId\": \"62a29c15f4605c4c9fa7f306\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://localhost:5203/api/Goal/62a3f587102e921da1253d32",
"protocol": "http",
"host": [
"localhost"
],
"port": "5203",
"path": [
"api",
"Goal",
"62a3f587102e921da1253d32"
]
}
},
"response": []
}
]
}