Object templates

Info for a specific object template

get
Path parameters
projectIdstringRequired

The id of the project the object template is in

templateIdstringRequired

The id of the object template to retrieve

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

Edit a template

post
Path parameters
projectIdstringRequired

The id of the project the object template is in

templateIdstringRequired

The id of the object template to edit

Body
namestringOptional
descriptionstringOptional
defaultTemplateVersionIdstringOptional
Responses
post
/v1/mml-objects/{projectId}/object-templates/{templateId}

Was this helpful?