Skip to content

Commit

Permalink
Update insights endpoints to clarify optional/required params
Browse files Browse the repository at this point in the history
adding note to two endpoints that did not have information about XOR on start/end or time_range
  • Loading branch information
adam-saucelabs authored Nov 25, 2024
1 parent d313391 commit a58f9fa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/dev/api/insights.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ Return run data for all tests that match the request criteria.

#### Parameters

:::note
This call requires <code>start</code> and <code>end</code> parameters OR the <code>time_range</code> parameter.
:::

<table id="table-api">
<tbody>
<tr>
Expand Down Expand Up @@ -412,6 +416,10 @@ Return a set of data "buckets" representing tests that were run in each time int

#### Parameters

:::note
This call requires <code>start</code> and <code>end</code> parameters OR the <code>time_range</code> parameter.
:::

<table id="table-api">
<tbody>
<tr>
Expand Down

0 comments on commit a58f9fa

Please sign in to comment.