wenn ich den API Endpoint /hosting-plans per POST aufrufe um einen neuen Hosting-Plan anzulegen bekomme ich immer:
Code: Select all
Array
(
[code] => 405 Method Not Allowed
[message] => HTTP method not allowed. Use one of the following alternative HTTP methods instead: GET
)
Was mache ich falsch?
Nachtrag, grundsätzlich funktioniert mein POST-Code, denke ich..
Versuche ich einen neuen FTP Account anzulegen bekomme ich beispielsweise:
Code: Select all
Array
(
[code] => 400 Bad Request
[message] => The user does not have enough resources / permissions to add a new FTP user.
)