POST api/matrix/{id}/version?name={name}&parentVersion={parentVersion}&isDefault={isDefault}

Adds a new version to a matrix.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The unique matrix id

integer

Required

name

The name to use for the version

string

Required

parentVersion

The name or GUID of the corresponding version in the parent matrix (if any)

string

Default value is

isDefault

Should the new version be made the default.

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.