Create generatorTemplate
Create a new generatorTemplate and makes the creator the writer of the generatorTemplate.
Request body
A description of the generatorTemplate.
The email address where a user can go to get more help about the generatorTemplate.
The url where a user can go to get more help about the generatorTemplate.
The generatorTemplate's name.
The version, in semantic versioning format ( MAJOR.MINOR.PATCH )
Array of tag names. Tag name: Max 60 characters; case insensitive; allows alpha-numeric characters, underscore (_) and dash (-). Tag names cannot start with a dash (-).
The author of this generatorTemplate.
The repository where this generatorTemplate is located.
Information about the connection.
Variables available to connection.url, connection.toUrl, and the transform function.
The body of a javascript function which transforms some data into an array of samples
Default false. When set to true, the generatorTemplate is available to all users.
The name of the user to assign as the owner. Defaults to the user that created it
Response
Created.
A description of the generatorTemplate.
The email address where a user can go to get more help about the generatorTemplate.
The url where a user can go to get more help about the generatorTemplate.
The generatorTemplate's name.
The version, in semantic versioning format ( MAJOR.MINOR.PATCH )
Array of tag names. Tag name: Max 60 characters; case insensitive; allows alpha-numeric characters, underscore (_) and dash (-). Tag names cannot start with a dash (-).
The author of this generatorTemplate.
The repository where this generatorTemplate is located.
Information about the connection.
Variables available to connection.url, connection.toUrl, and the transform function.
The body of a javascript function which transforms some data into an array of samples
Default false. When set to true, the generatorTemplate is available to all users.
The generatorTemplate id.
Id of the User who created this generatorTemplate.