... |
... |
@@ -33,9
+33,7 @@ |
33 |
33 |
|
34 |
34 |
Es muss immer ein HTTP-Post-Request verwendet werden und [[sich an folgende URL richten>>doc:Formcycle.PluginDevelopment.Types.IPluginServletAction]] (Namen des FORMCYCLE-Servers entsprechend anpassen): |
35 |
35 |
|
36 |
|
-{{code language="none"}} |
37 |
|
-POST http://localhost:8080/formcycle/plugin?name=deploy-plugin&client-id=154 HTTP/1.1 |
38 |
|
-{{/code}} |
|
36 |
+> POST http://localhost:8080/formcycle/plugin?name=deploy-plugin&client-id=154 HTTP/1.1 |
39 |
39 |
|
40 |
40 |
Die //client-id// muss nicht angegeben werden, wenn das Plugin als System-Plugin installiert ist. |
41 |
41 |
|