diff --git a/doc/index.html b/doc/index.html index 30a1d3c4..cb262375 100644 --- a/doc/index.html +++ b/doc/index.html @@ -236,6 +236,10 @@
IsUri validates if the given string is a valid URI
IsUser returns true if name field satisfies our requirements
TokenQuery is used to search tokens
+ + +| Field | Type | Label | Description |
| uuid | +string | +optional | +UUID of the token to get |
+
| user | +string | +optional | +Name of the token user to query +Only useful for admins. |
+
| description | +string | +optional | +Description of the token to query |
+
| labels | +Labels | +optional | +Labels lists only tokens containing the given labels |
+
| token_type | +TokenType | +optional | +Token type of the token to query |
+
TokenServiceCreateRequest is the request payload to create a token
@@ -4401,6 +4470,23 @@TokenServiceListRequest is the request payload to list tokens
+| Field | Type | Label | Description |
| query | +TokenQuery | ++ | Query for tokens |
+
User is the id of the user for which the tokens should be listed
Query for tokens