Mariangela Hills created STRATOS-1138:
-----------------------------------------
Summary: Document update cartridge API
Key: STRATOS-1138
URL: https://issues.apache.org/jira/browse/STRATOS-1138
Project: Stratos
Issue Type: Task
Components: Documentation
Reporter: Mariangela Hills
Assignee: Mariangela Hills
Priority: Minor
Document the newly introduced following PUT method to update the existing
cartridges.
|| HTTP Method || Resource Path ||
| PUT | /cartridges |
Sample CURL request:
curl -X PUT -H "Content-Type: application/json" -d
@'<cartridge_definition_json>' -k -v -u admin:admin
https://<stratos_server_ip>:9443/api/cartridges
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)