Skip to content

Commit

Permalink
Update API doc page
Browse files Browse the repository at this point in the history
  • Loading branch information
davereinhart committed Aug 30, 2023
1 parent 4e2b711 commit c2126ad
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion lib/id3c/api/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,14 @@ <h3 class="code">POST /v1/warehouse/sample</h3>
"collection_matrix": "dry"
}
</pre>

<p>An "access_role" value is required for samples from specific projects to enable row-level security:
<pre>
{
...
"access_role": "some_db_role"
...
}
</pre>
<h3 class="code">GET /v1/warehouse/identifier-set-uses</h3>
<p>Retrieve metadata about all identifier set uses.

Expand Down

0 comments on commit c2126ad

Please sign in to comment.