Skip to content

Commit

Permalink
Merge pull request #93 from f5devcentral/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
vistola authored Apr 29, 2024
2 parents 6adf575 + 10b870d commit 0c10f8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/class4/module2/lab1/lab1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Make a quick test of API Validation

.. code-block:: bash
curl --location --request DELETE "http://sentence-re-$$makeId$$.workshop.emea.f5se.com/api/adjectives/beautiful"
curl --location --request DELETE 'http://sentence-re-$$makeId$$.workshop.emea.f5se.com/api/adjectives/beautiful'
.. note:: Here we replace the ID such as ``4``, by a string ``beautiful``

Expand Down
2 changes: 1 addition & 1 deletion docs/class4/module2/lab3/lab3.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
API Discovery outcomes
======================

.. note:: The "discovery" scheduler runs on a random interval within a two hours time window and therefore it can take up to 2 hours (maximum) to see all results in the Dashboard for the "API Discovery outcomes" lab section. You can also continue with the next lab "API Inventory Management" and continue here later.
.. note:: The "discovery" scheduler runs on a random interval within a two hours time window and therefore it can take up to 2 hours (maximum) to see all results in the Dashboard for the "API Discovery outcomes" lab section. You can also continue with the next lab "Advanced Protection - "JWT validation and access control" (module 3) and continue here later.

Endpoint Discovery
------------------
Expand Down

0 comments on commit 0c10f8d

Please sign in to comment.