Skip to content

Commit dd28bbc

Browse files
committed
Make api-endpoint deprecated-warning render in hint
1 parent 9ef1bff commit dd28bbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

codegen/layouts/api-endpoint.hbs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,11 @@ To learn more, see [Authentication](https://docs.seam.co/latest/api/authenticati
4242

4343
{{this.description}}
4444
{{/if}}
45-
{{#if this.isDeprecated}}
4645

46+
{{#if this.isDeprecated}}
4747
{{> deprecated-warning}}
4848
{{/if}}
49+
4950
{{#if this.itemEnumValues}}
5051
<details>
5152

0 commit comments

Comments
 (0)