We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b48fa56 commit 5d26b95Copy full SHA for 5d26b95
1 file changed
docs/source/tutorial.rst
@@ -3,6 +3,9 @@
3
Tutorial
4
========
5
6
+Exploring basic rules
7
+---------------------
8
+
9
Let's try exploring the `/tenders` endpoint:
10
11
.. include:: tutorial/initial-tender-listing.http
@@ -24,6 +27,9 @@ Let's satisfy the Content-type requirement:
24
27
25
28
Error states that no `data` found in JSON body.
26
29
30
+Creating tender
31
+---------------
32
33
Let's provide the data attribute in the body submitted:
34
35
.. include:: tutorial/tender-post-attempt-json-data.http
@@ -66,6 +72,9 @@ Let's check what tender registry contains:
66
72
67
73
And indeed we have 2 tenders now.
68
74
75
+Modifying tender
76
+----------------
77
69
78
Let's update tender by providing it with all other essential properties:
70
79
71
80
.. include:: tutorial/patch-items-value-periods.http
0 commit comments