Update a release template
Enterprise feature
Finds and updates a release template by the provided id. Will delete existing milestones and create new ones from the body
Authentication
Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format
Path parameters
templateId
Response
#/components/schemas/releasePlanTemplateSchema
id
The release plan/template’s ID. Release template IDs are ulids.
discriminator
A field to distinguish between release plans and release templates.
Allowed values:
name
The name of the release template.
createdByUserId
Release template: The ID of the user who created this template.
createdAt
The date and time that the release template was created.
description
A description of the release template.
milestones
A list of the milestones in this release template.
archivedAt
The date and time that the release template was archived.
Errors
401
Unauthorized Error
403
Forbidden Error
409
Conflict Error