File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,6 @@ func (c *ClientOptions) cloneHeader() http.Header {
3636 headers := c .HTTPHeader .Clone ()
3737 headers .Set ("X-Fern-Language" , "Go" )
3838 headers .Set ("X-Fern-SDK-Name" , "github.com/fern-api/generator-exec-go" )
39- headers .Set ("X-Fern-SDK-Version" , "v0.0.844 " )
39+ headers .Set ("X-Fern-SDK-Version" , "v0.0.848 " )
4040 return headers
4141}
Original file line number Diff line number Diff line change @@ -1411,10 +1411,8 @@ func (b *BadgeType) UnmarshalJSON(data []byte) error {
14111411}
14121412
14131413type Endpoint struct {
1414- // The id of the example used to create the snippet.
1415- ExampleIdentifier * string `json:"example_identifier,omitempty"`
1416- Id * EndpointIdentifier `json:"id,omitempty"`
1417- Snippet * EndpointSnippet `json:"snippet,omitempty"`
1414+ Id * EndpointIdentifier `json:"id,omitempty"`
1415+ Snippet * EndpointSnippet `json:"snippet,omitempty"`
14181416}
14191417
14201418type EndpointIdentifier struct {
You can’t perform that action at this time.
0 commit comments