PUT Model Arrayset

PUT /api/models/(mid)/arraysets/(aid)

Initialize an arrayset, a collection of zero-to-many arrays.

Parameters:
  • mid (string) – Unique model identifier.

  • aid (string) – Unique artifact id.

Request Headers:
Request JSON Object:
  • input (bool) – Set to true if this arrayset is a model input.

Sample Request

PUT /api/models/6f48db3de2b6416091d31e93814a22ae/arraysets/test-array-set HTTP/1.1

{ input : true }

Sample Response

HTTP/1.1 200 OK
Date: Mon, 25 Nov 2013 20:36:07 GMT
Content-Length: 0
Content-Type: text/html;charset=utf-8
Server: CherryPy/3.2.2

See Also