aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en/developer/api.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/developer/api.rst')
-rw-r--r--docs/en/developer/api.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/en/developer/api.rst b/docs/en/developer/api.rst
index 38f0377c..61182dcd 100644
--- a/docs/en/developer/api.rst
+++ b/docs/en/developer/api.rst
@@ -69,7 +69,7 @@ You'll have this in return:
69 69
70We'll work with the ``access_token`` value in our next calls. 70We'll work with the ``access_token`` value in our next calls.
71 71
72Curl example: 72cURL example:
73 73
74:: 74::
75 75
@@ -126,7 +126,7 @@ returns:
126 126
127The ``items`` array is empty. 127The ``items`` array is empty.
128 128
129Curl example: 129cURL example:
130 130
131:: 131::
132 132
@@ -186,7 +186,7 @@ returns
186 186
187Now, if you execute the previous command (see **Get existing entries**), you'll have data. 187Now, if you execute the previous command (see **Get existing entries**), you'll have data.
188 188
189Curl example: 189cURL example:
190 190
191:: 191::
192 192
@@ -245,7 +245,7 @@ returns
245 245
246And if you want to list the existing entries (see **Get existing entries**), the array is empty. 246And if you want to list the existing entries (see **Get existing entries**), the array is empty.
247 247
248Curl example: 248cURL example:
249 249
250:: 250::
251 251