Overview
Description | Adding model storage information |
Resource Path |
|
HTTP Method | POST |
Request/Response Format | application/json |
Parameter description
Parameter | Description |
---|---|
{id} | ID of the model to which, you need to add storage information. |
Example
POST /api/models/{id}/storages { "name": "wso2-ml-model", "analysisId": 1, "versionSetId": 1 }
REST API response
HTTP status code | 200 For descriptions of the HTTP status codes, seeĀ HTTP Status Codes. |