Changed addRemark rimo api call to POST

This commit is contained in:
Frank Schubert
2025-03-05 15:05:18 +01:00
parent 6bfce0a886
commit e16efac79c

View File

@@ -476,7 +476,7 @@ class Rimoapi {
$ctx_opts = [
'http' => [
'method' => 'GET',
'method' => 'POST',
'header' => 'accept: application/json'
]
];