Skip to content

Commit 5d26b95

Browse files
committed
Defining structure for the tutuorial
1 parent b48fa56 commit 5d26b95

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/source/tutorial.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
Tutorial
44
========
55

6+
Exploring basic rules
7+
---------------------
8+
69
Let's try exploring the `/tenders` endpoint:
710

811
.. include:: tutorial/initial-tender-listing.http
@@ -24,6 +27,9 @@ Let's satisfy the Content-type requirement:
2427

2528
Error states that no `data` found in JSON body.
2629

30+
Creating tender
31+
---------------
32+
2733
Let's provide the data attribute in the body submitted:
2834

2935
.. include:: tutorial/tender-post-attempt-json-data.http
@@ -66,6 +72,9 @@ Let's check what tender registry contains:
6672

6773
And indeed we have 2 tenders now.
6874

75+
Modifying tender
76+
----------------
77+
6978
Let's update tender by providing it with all other essential properties:
7079

7180
.. include:: tutorial/patch-items-value-periods.http

0 commit comments

Comments
 (0)