Unknown macro: {next_previous_links}
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

Overview

DescriptionBuilding a model
Resource Path

/api/models/{id}

HTTP MethodPOST
Request/Response Formatapplication/json

Parameter description

Parameter
Description
{id}ID of the model which you need to build.

Example

POST https://localhost:9443/api/models/{id}

Sample cURL command

curl -X POST -H "Content-Type: application/json" -H "Authorization: Basic YWRtaW46YWRtaW4=" -v https://localhost:9443/api/models/1 -k -v

REST API response

HTTP status code

200

For descriptions of the HTTP status codes, seeĀ HTTP Status Codes.

  • No labels