summaryrefslogtreecommitdiff
path: root/lib/forms/services.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/forms/services.ts')
-rw-r--r--lib/forms/services.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/forms/services.ts b/lib/forms/services.ts
index bf4fc3a0..6310b693 100644
--- a/lib/forms/services.ts
+++ b/lib/forms/services.ts
@@ -1632,7 +1632,7 @@ export async function sendDataToSEDP(
// Make the API call
const response = await fetch(
- `${SEDP_API_BASE_URL}/AdapterData/Create`,
+ `${SEDP_API_BASE_URL}/AdapterData/Overwrite`,
{
method: 'POST',
headers: {