Skip to content

Commit 1a336e9

Browse files
author
Priyadarshini Piramanayagam
committed
docs update
1 parent 2a58408 commit 1a336e9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/api_reference/testmonitor.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ nisystemlink.clients.testmonitor
1414
.. automethod:: update_results
1515
.. automethod:: delete_result
1616
.. automethod:: delete_results
17+
.. automethod:: create_steps
18+
.. automethod:: query_steps
19+
.. automethod:: query_step_values
20+
.. automethod:: delete_steps
21+
.. automethod:: delete_step
22+
.. automethod:: update_steps
23+
.. automethod:: get_steps
24+
.. automethod:: get_step
1725

1826
.. automodule:: nisystemlink.clients.testmonitor.models
1927
:members:

docs/getting_started.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Overview
261261
~~~~~~~~
262262

263263
The :class:`.TestMonitorClient` class is the primary entry point of the Test Monitor API
264-
used to interact with test results (Results).
264+
used to interact with test results (Results) and Steps.
265265

266266
When constructing a :class:`.TestMonitorClient`, you can pass an
267267
:class:`.HttpConfiguration` (like one retrieved from the
@@ -271,6 +271,7 @@ default connection. The default connection depends on your environment.
271271
With a :class:`.TestMonitorClient` object, you can:
272272

273273
* Create, update, query, and delete results
274+
* Create, update, query, and delete steps
274275

275276
Examples
276277
~~~~~~~~

0 commit comments

Comments
 (0)