Skip to content

Commit 98e5268

Browse files
authored
Merge pull request #22422 from jianz/patch-1
escape the angle brackets for token to show in the table.
2 parents ea75275 + 67fc065 commit 98e5268

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/en/docs/reference/using-api/api-concepts.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -726,11 +726,11 @@ For get and list, the semantics of resource version are:
726726

727727
**List:**
728728

729-
| paging | resourceVersion unset | resourceVersion="0" | resourceVersion="{value other than 0}" |
730-
|-------------------------------|-----------------------|------------------------------------------------|----------------------------------------|
731-
| limit unset | Most Recent | Any | Not older than |
732-
| limit="n", continue unset | Most Recent | Any | Exact |
733-
| limit="n", continue="<token>" | Continue Token, Exact | Invalid, but treated as Continue Token, Exact | Invalid, HTTP `400 Bad Request` |
729+
| paging | resourceVersion unset | resourceVersion="0" | resourceVersion="{value other than 0}" |
730+
|---------------------------------|-----------------------|------------------------------------------------|----------------------------------------|
731+
| limit unset | Most Recent | Any | Not older than |
732+
| limit="n", continue unset | Most Recent | Any | Exact |
733+
| limit="n", continue="\<token\>" | Continue Token, Exact | Invalid, but treated as Continue Token, Exact | Invalid, HTTP `400 Bad Request` |
734734

735735
The meaning of the get and list semantics are:
736736

0 commit comments

Comments
 (0)