We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e2b711 commit c2126adCopy full SHA for c2126ad
1 file changed
lib/id3c/api/static/index.html
@@ -143,7 +143,14 @@ <h3 class="code">POST /v1/warehouse/sample</h3>
143
"collection_matrix": "dry"
144
}
145
</pre>
146
-
+ <p>An "access_role" value is required for samples from specific projects to enable row-level security:
147
+ <pre>
148
+ {
149
+ ...
150
+ "access_role": "some_db_role"
151
152
+ }
153
+ </pre>
154
<h3 class="code">GET /v1/warehouse/identifier-set-uses</h3>
155
<p>Retrieve metadata about all identifier set uses.
156
0 commit comments