Skip to content

Commit

Permalink
Release v0.0.854
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed May 23, 2024
1 parent 1d6825c commit d266828
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/client_option.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ func (c *ClientOptions) cloneHeader() http.Header {
headers := c.HTTPHeader.Clone()
headers.Set("X-Fern-Language", "Go")
headers.Set("X-Fern-SDK-Name", "github.com/fern-api/generator-exec-go")
headers.Set("X-Fern-SDK-Version", "v0.0.848")
headers.Set("X-Fern-SDK-Version", "v0.0.854")
return headers
}
6 changes: 4 additions & 2 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -1411,8 +1411,10 @@ func (b *BadgeType) UnmarshalJSON(data []byte) error {
}

type Endpoint struct {
Id *EndpointIdentifier `json:"id,omitempty"`
Snippet *EndpointSnippet `json:"snippet,omitempty"`
// The id of the example used to create the snippet.
ExampleIdentifier *string `json:"example_identifier,omitempty"`
Id *EndpointIdentifier `json:"id,omitempty"`
Snippet *EndpointSnippet `json:"snippet,omitempty"`
}

type EndpointIdentifier struct {
Expand Down

0 comments on commit d266828

Please sign in to comment.