Skip to content

Commit

Permalink
Update parameter description
Browse files Browse the repository at this point in the history
  • Loading branch information
bpross-52n committed Feb 7, 2024
1 parent 55f2384 commit d302349
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions src/main/javadoc/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,22 @@ <h1>OGC API - Processes - Part 1: Core Conformance Test Suite</h1>
<td>A URI that refers to the landing page of the SUT. Ampersand ('&amp;') characters must be percent-encoded as '%26'.</td>
</tr>
<tr>
<td>noofcollections</td>
<td>echoprocessid</td>
<td>String</td>
<td>M</td>
<td>The identifier of the process used for execute operation tests.</td>
</tr>
<tr>
<td>testallprocesses</td>
<td>Boolean</td>
<td>C</td>
<td>If true, all processes of the test instance will be used for testing.</td>
</tr>
<tr>
<td>processtestlimit</td>
<td>Integer</td>
<td>O</td>
<td>Number of collections under test. -1 means that all collections should be tested. Default: 3</td>
<td>C</td>
<td>Number of processes to be tested. Not applicable when _testallprocesses_ is set to true.</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit d302349

Please sign in to comment.