Skip to content

Commit f2a9948

Browse files
authored
Remove "currency" from filament creation endpoint
1 parent 5573fa2 commit f2a9948

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

source/includes/_filament.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ curl https://api.simplyprint.io/{id}/filament/Create \
133133
"bought_at": "2022-12-24",
134134
"filament_type": "rPLA",
135135
"cost": 23,
136-
"currency": "USD",
137136
"custom_note": "This is a note",
138137
"prod_id": "",
139138
"brand": "lostboyslab",
@@ -199,8 +198,7 @@ To update existing filament, you need to provide a `fid` query parameter, which
199198
| `density` | float | yes | Filament density. |
200199
| `bought_at` | string | no | Date of purchase.<br>**Format: `YYYY-MM-DD`** |
201200
| `filament_type` | string | yes | Filament type. |
202-
| `cost` | float | no | Cost of filament. |
203-
| `currency` | string | no | Currency of `cost`.<br>**Max 3 characters** |
201+
| `cost` | float | no | Cost of filament in your account-defined currency (changed in account settings). |
204202
| `custom_note` | string | no | Custom note.<br>**Max 1000 characters** |
205203
| `prod_id` | string | no | Filament product id. |
206204
| `brand` | string | yes | Filament brand. |

0 commit comments

Comments
 (0)