/

List all mml object template versions

get
Path parameters
projectIdstringRequired

The id of the project the template is in

templateIdstringRequired

The id of the template to list versions for

Query parameters
offsetinteger · int32Optional

The offset into queried items to return

limitinteger · int32 · max: 100Optional

How many items to return at one time (max 100)

Responses
get
/v1/mml-objects/{projectId}/object-templates/{templateId}/versions/

Create an object template version

post
Path parameters
projectIdstringRequired

The id of the project the template is in

templateIdstringRequired

The id of the template to create a version for

Body
idstringRequired
descriptionstringOptional
sourcestringRequired
setAsDefaultbooleanOptional
Responses
post
/v1/mml-objects/{projectId}/object-templates/{templateId}/versions/

Info for a specific template version

get
Path parameters
projectIdstringRequired

The id of the project the template version is in

templateIdstringRequired

The id of the template version to retrieve

versionIdstringRequired

The id of the template version to retrieve

Responses
get
/v1/mml-objects/{projectId}/object-templates/{templateId}/versions/{versionId}/

Edit a template version

post
Path parameters
projectIdstringRequired

The id of the project the template version is in

templateIdstringRequired

The id of the template version to edit

versionIdstringRequired

The id of the template version to edit

Body
descriptionstringOptional
Responses
post
/v1/mml-objects/{projectId}/object-templates/{templateId}/versions/{versionId}/

Was this helpful?