Skip to content

Commit 87881ca

Browse files
committed
add back missing parameter object
1 parent eba913d commit 87881ca

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/layouts/api-endpoint.hbs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ To learn more, see [Authentication](https://docs.seam.co/latest/api/authenticati
4747
{{> enum-values enumValues=this.itemEnumValues}}
4848
</details>
4949
{{/if}}
50+
{{#if this.objectParameters}}
51+
{{#each this.objectParameters}}
52+
53+
{{> property-collapsible this}}
54+
55+
{{/each}}
56+
{{/if}}
5057

5158
---
5259

0 commit comments

Comments
 (0)