added openapi spec for manage_templates#2908
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds OpenAPI (English + French) documentation for the v2 “manage templates” API surface, covering template CRUD-style operations plus template category lookup needed for creation.
Changes:
- Documented new manage-template endpoints: template categories (GET), template by id (GET/PATCH/DELETE), and template creation (POST).
- Added new component schemas for manage-template payloads and template-category error responses.
- Added a new
Manage Templatestag to group these operations.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 18 comments.
| File | Description |
|---|---|
| openapi/v2-notifications-api-en.yaml | Adds Manage Templates paths, schemas, and tag in English OpenAPI spec |
| openapi/v2-notifications-api-fr.yaml | Adds the same Manage Templates paths, schemas, and tag in French OpenAPI spec |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
smcmurtry
reviewed
Jun 15, 2026
smcmurtry
left a comment
Contributor
There was a problem hiding this comment.
I left the same comment a bunch of times and I don't think I got all of the occurences - let me know if that makes sense. Otherwise the english content looks good
Co-authored-by: Steve McMurtry <smcmurtry@gmail.com>
Co-authored-by: Steve McMurtry <smcmurtry@gmail.com>
Co-authored-by: Steve McMurtry <smcmurtry@gmail.com>
Co-authored-by: Steve McMurtry <smcmurtry@gmail.com>
Co-authored-by: Steve McMurtry <smcmurtry@gmail.com>
Co-authored-by: Steve McMurtry <smcmurtry@gmail.com>
smcmurtry
approved these changes
Jun 25, 2026
smcmurtry
left a comment
Contributor
There was a problem hiding this comment.
I viewed this locally and it looks like it matches the new api endpoints
This was referenced Jun 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary | Résumé
Added an openapi spec for manage_templates
GET, POST, PATCH, DELETE
Also a GET for template_categories as that is required in order to create a template.