Get a release plan template by its id.
GET/api/admin/release-plan-templates/:templateId
Finds and returns a release plan template by the provided id.
Request
Responses
- 200
- 401
#/components/schemas/releasePlanTemplateSchema
Authorization information is missing or invalid. Provide a valid API token as the `authorization` header, e.g. `authorization:*.*.my-admin-token`.