diff options
Diffstat (limited to 'docs/en')
-rw-r--r-- | docs/en/developer/api.rst | 8 |
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 | ||
70 | We'll work with the ``access_token`` value in our next calls. | 70 | We'll work with the ``access_token`` value in our next calls. |
71 | 71 | ||
72 | Curl example: | 72 | cURL example: |
73 | 73 | ||
74 | :: | 74 | :: |
75 | 75 | ||
@@ -126,7 +126,7 @@ returns: | |||
126 | 126 | ||
127 | The ``items`` array is empty. | 127 | The ``items`` array is empty. |
128 | 128 | ||
129 | Curl example: | 129 | cURL example: |
130 | 130 | ||
131 | :: | 131 | :: |
132 | 132 | ||
@@ -186,7 +186,7 @@ returns | |||
186 | 186 | ||
187 | Now, if you execute the previous command (see **Get existing entries**), you'll have data. | 187 | Now, if you execute the previous command (see **Get existing entries**), you'll have data. |
188 | 188 | ||
189 | Curl example: | 189 | cURL example: |
190 | 190 | ||
191 | :: | 191 | :: |
192 | 192 | ||
@@ -245,7 +245,7 @@ returns | |||
245 | 245 | ||
246 | And if you want to list the existing entries (see **Get existing entries**), the array is empty. | 246 | And if you want to list the existing entries (see **Get existing entries**), the array is empty. |
247 | 247 | ||
248 | Curl example: | 248 | cURL example: |
249 | 249 | ||
250 | :: | 250 | :: |
251 | 251 | ||