Skip to content

Commit

Permalink
fix, temp: unauth FDR template registry for not (#674)
Browse files Browse the repository at this point in the history
  • Loading branch information
armandobelardo authored Apr 20, 2024
1 parent 50d2c4c commit 0241a45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fern/apis/fdr/definition/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ service:
docs: Store endpoint snippet for a particular SDK.
display-name: Store snippet template
method: POST
auth: false
request:
name: RegisterSnippetTemplateRequest
body:
Expand All @@ -33,6 +34,7 @@ service:
docs: Store endpoint snippets for a particular SDK.
display-name: Store (multiple) snippet templates
method: POST
auth: false
request:
name: RegisterSnippetTemplateBatchRequest
body:
Expand Down Expand Up @@ -141,7 +143,6 @@ types:
docs: |
We might not need this, but the idea here is to be able to omit if it's optional and undefined,
or default if omitted and required.
containerTemplateString:
type: string
docs: Commonly the braces of a container like `{ $FERN_INPUT }`, but may even be something like `new Dict( $FERN_INPUT )`
Expand Down

0 comments on commit 0241a45

Please sign in to comment.