|
1 | 1 | { |
2 | 2 | "components": { |
3 | 3 | "parameters": { |
4 | | - "accessIdId": { |
| 4 | + "accessTokenId": { |
5 | 5 | "description": "The Access Token UUID.", |
6 | 6 | "in": "path", |
7 | | - "name": "accessIdId", |
| 7 | + "name": "accessTokenId", |
8 | 8 | "required": true, |
9 | 9 | "schema": { |
10 | 10 | "format": "uuid", |
|
30 | 30 | "type": "boolean" |
31 | 31 | } |
32 | 32 | }, |
33 | | - "pageId": { |
34 | | - "description": "A token to retrieve the next page of results.", |
35 | | - "in": "query", |
36 | | - "name": "pageId", |
37 | | - "schema": { |
38 | | - "maxLength": 1024, |
39 | | - "type": "string" |
40 | | - } |
41 | | - }, |
42 | 33 | "pageSize": { |
43 | 34 | "description": "Maximum number of items to return", |
44 | 35 | "in": "query", |
|
51 | 42 | "type": "integer" |
52 | 43 | } |
53 | 44 | }, |
| 45 | + "pageToken": { |
| 46 | + "description": "A token to retrieve the next page of results.", |
| 47 | + "in": "query", |
| 48 | + "name": "pageToken", |
| 49 | + "schema": { |
| 50 | + "maxLength": 1024, |
| 51 | + "type": "string" |
| 52 | + } |
| 53 | + }, |
54 | 54 | "projectId": { |
55 | 55 | "description": "The STACKIT portal project UUID the resource is located in.", |
56 | 56 | "in": "path", |
|
704 | 704 | "operationId": "list-telemetry-routers", |
705 | 705 | "parameters": [ |
706 | 706 | { |
707 | | - "$ref": "#/components/parameters/pageId" |
| 707 | + "$ref": "#/components/parameters/pageToken" |
708 | 708 | }, |
709 | 709 | { |
710 | 710 | "$ref": "#/components/parameters/pageSize" |
|
936 | 936 | "operationId": "list-access-tokens", |
937 | 937 | "parameters": [ |
938 | 938 | { |
939 | | - "$ref": "#/components/parameters/pageId" |
| 939 | + "$ref": "#/components/parameters/pageToken" |
940 | 940 | }, |
941 | 941 | { |
942 | 942 | "$ref": "#/components/parameters/pageSize" |
|
1039 | 1039 | } |
1040 | 1040 | } |
1041 | 1041 | }, |
1042 | | - "/v1/projects/{projectId}/regions/{regionId}/telemetry-routers/{telemetryRouterId}/access-tokens/{accessIdId}": { |
| 1042 | + "/v1/projects/{projectId}/regions/{regionId}/telemetry-routers/{telemetryRouterId}/access-tokens/{accessTokenId}": { |
1043 | 1043 | "delete": { |
1044 | 1044 | "description": "Delete an access token for the given Telemetry Router by its ID.", |
1045 | 1045 | "operationId": "delete-access-token", |
|
1122 | 1122 | "$ref": "#/components/parameters/telemetryRouterId" |
1123 | 1123 | }, |
1124 | 1124 | { |
1125 | | - "$ref": "#/components/parameters/accessIdId" |
| 1125 | + "$ref": "#/components/parameters/accessTokenId" |
1126 | 1126 | } |
1127 | 1127 | ], |
1128 | 1128 | "put": { |
|
1181 | 1181 | "operationId": "list-destinations", |
1182 | 1182 | "parameters": [ |
1183 | 1183 | { |
1184 | | - "$ref": "#/components/parameters/pageId" |
| 1184 | + "$ref": "#/components/parameters/pageToken" |
1185 | 1185 | }, |
1186 | 1186 | { |
1187 | 1187 | "$ref": "#/components/parameters/pageSize" |
|
0 commit comments