...
Code Block |
---|
GET /namespaces/{namespace-id}/artifacts/{artifact-name}/{versions}/{artifact-version}/properties
GET /namespaces/{namespace-id}/artifacts/{artifact-name}/{versions}/{artifact-version}/properties/{property}
PUT /namespaces/{namespace-id}/artifacts/{artifact-name}/{versions}/{artifact-version}/properties/{property}
POST /namespaces/{namespace-id}/artifacts/{artifact-name}/{versions}/{artifact-version}/properties
DELETE /namespaces/{namespace-id}/artifacts/{artifact-name}/{versions}/{artifact-version}/properties/{property} |
Installing a set of plugins could then be a single command:
...