Skip to content

Commit

Permalink
update ontology and risk from prod
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Jan 25, 2025
1 parent 817b945 commit 346cd97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generated/go/entity.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ type GetEntity struct {
RelationshipsNext *string `json:"-" url:"relationships.next,omitempty"`
// The pagination token for the previous page of relationship results
RelationshipsPrev *string `json:"-" url:"relationships.prev,omitempty"`
// Limit total relationship values. Defaults to 200.
// Limit total relationship values. Defaults to 50.
RelationshipsLimit *int `json:"-" url:"relationships.limit,omitempty"`
// Filter relationships to [relationship type](/sayari-library/ontology/relationships), e.g. director_of or has_shareholder
RelationshipsType *Relationships `json:"-" url:"relationships.type,omitempty"`
Expand Down
2 changes: 1 addition & 1 deletion generated/go/resolution/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ func (c *Client) ResolutionUpload(
if options.BaseURL != "" {
baseURL = options.BaseURL
}
endpointURL := core.EncodeURL(baseURL+"/v1/v1/projects/%v/resolutions", projectId)
endpointURL := core.EncodeURL(baseURL+"/v1/projects/%v/resolutions", projectId)

headers := core.MergeHeaders(c.header.Clone(), options.ToHeader())

Expand Down

0 comments on commit 346cd97

Please sign in to comment.