... |
... |
@@ -33,7
+33,9 @@ |
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 |
|
-> POST http://localhost:8080/formcycle/plugin?name=deploy-plugin&client-id=154 HTTP/1.1 |
|
36 |
+{{code language="none"}} |
|
37 |
+POST http://localhost:8080/formcycle/plugin?name=deploy-plugin&client-id=154 HTTP/1.1 |
|
38 |
+{{/code}} |
37 |
37 |
|
38 |
38 |
Die //client-id// muss nicht angegeben werden, wenn das Plugin als System-Plugin installiert ist. |
39 |
39 |
|