com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links' is unknown.
Publishing a Model via REST API
Overview
Description | Publish a model |
Resource Path |
|
HTTP Method | POST |
Request/Response Format | application/json |
Parameter description
Parameter | Description |
---|---|
{id} | ID of the model which you need to publish to WSO2 registry. |
Sample cURL command
curl -X POST -H "Content-Type: application/json" -H "Authorization: Basic YWRtaW46YWRtaW4=" -v https://localhost:9443/api/models/1/publish -k -v
Example
POST https://localhost:9443/api/models/{id}/publish
Sample output
{"response":"/_system/governance/ml/analysis-1.Model.2015-09-02_17-01-37"}
REST API response
HTTP status code | 200 For descriptions of the HTTP status codes, see HTTP Status Codes. |
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.