[HTTP] Added documentationLink guidance (#204774)

## Summary

Gives developers a better chance of discovering the process of creating
a release note.
This commit is contained in:
Jean-Louis Leysens 2024-12-19 09:26:10 +01:00 committed by GitHub
parent e8e4e7559e
commit e4b41011ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -121,7 +121,9 @@ export type Privilege = string;
*/
export interface RouteDeprecationInfo {
/**
* link to the documentation for more details on the deprecation.
* Link to the documentation for more details on the deprecation.
*
* @remark See template and instructions in `<REPO_ROOT>/docs/upgrade-notes.asciidoc` for instructions on adding a release note.
*/
documentationUrl: string;
/**