Templates
List templates
Returns all templates owned by the organization.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
OK
Create template
Creates a new instance template with the specified configuration.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Request Body
application/jsonRequiredTemplate creation request
descriptionstringnamestringodooEditionstringodooVersionstringCreated
Save instance as template
Creates a template from an existing instance configuration.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Request Body
application/jsonRequiredTemplate save request
descriptionstringnamestringPath Parameters
instanceIdRequiredstringInstance ID
Created
List marketplace templates
Returns public marketplace templates with optional filters.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Query Parameters
pageintegerPage number
per_pageintegerItems per page
odoo_versionstringFilter by Odoo version
editionstringFilter by edition
categorystringFilter by category
searchstringSearch term
OK
Get template
Returns a single template by ID.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Path Parameters
idRequiredstringTemplate ID
OK
Delete template
Deletes a template.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Path Parameters
idRequiredstringTemplate ID
No Content
Update template
Updates an existing template configuration.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Request Body
application/jsonRequiredTemplate update request
namestringPath Parameters
idRequiredstringTemplate ID
OK
Provision from template
Enqueues an async job to provision an instance from a template.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Request Body
application/jsonRequiredProvision request
overridesobjectserverIdstringPath Parameters
idRequiredstringTemplate ID
Accepted