Skip to content

Commit 66ee313

Browse files
committed
code snippet format fix
1 parent 30bda1a commit 66ee313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/account/api/apiv2/guide.en-gb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ curl https://eu.api.ovh.com/v2/iam/policy -H "X-Pagination-Size: 5"
149149
The following page can be retrieved by providing the cursor returned in the previous call response:
150150

151151
```bash
152-
curl https://eu.api.ovh.com/v2/iam/policy -H "X-Pagination-Size: 5" -H `X-Pagination-Cursor: xxxyyzzz"
152+
curl https://eu.api.ovh.com/v2/iam/policy -H "X-Pagination-Size: 5" -H "X-Pagination-Cursor: xxxyyzzz"
153153
```
154154

155155
The absence of the `X-Pagination-Cursor-Next` header in an API response containing a list of items means that the last page is reached and all available items have been returned.

0 commit comments

Comments
 (0)