You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 21, 2023. It is now read-only.
echo 'Exception when calling KeysApi->keysDeleteKey: ', $e->getMessage(), PHP_EOL;
39
+
echo 'Exception when calling KeysApi->deleteKey: ', $e->getMessage(), PHP_EOL;
40
40
}
41
41
?>
42
42
```
@@ -64,8 +64,8 @@ No authorization required
64
64
65
65
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
echo 'Exception when calling KeysApi->keysGetAllKeys: ', $e->getMessage(), PHP_EOL;
85
+
echo 'Exception when calling KeysApi->listKeys: ', $e->getMessage(), PHP_EOL;
86
86
}
87
87
?>
88
88
```
@@ -105,8 +105,8 @@ No authorization required
105
105
106
106
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
echo 'Exception when calling KeysApi->keysGetAllManifests: ', $e->getMessage(), PHP_EOL;
126
+
echo 'Exception when calling KeysApi->listManifests: ', $e->getMessage(), PHP_EOL;
127
127
}
128
128
?>
129
129
```
@@ -146,8 +146,8 @@ No authorization required
146
146
147
147
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
148
148
149
-
# **keysGetDependents**
150
-
> object keysGetDependents($key_path)
149
+
# **getDependents**
150
+
> object getDependents($key_path)
151
151
152
152
153
153
@@ -162,10 +162,10 @@ $api_instance = new Swagger\Client\Api\KeysApi();
echo 'Exception when calling KeysApi->keysGetDependents: ', $e->getMessage(), PHP_EOL;
168
+
echo 'Exception when calling KeysApi->getDependents: ', $e->getMessage(), PHP_EOL;
169
169
}
170
170
?>
171
171
```
@@ -191,8 +191,8 @@ No authorization required
191
191
192
192
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
echo 'Exception when calling KeysApi->keysGetKey: ', $e->getMessage(), PHP_EOL;
214
+
echo 'Exception when calling KeysApi->getKey: ', $e->getMessage(), PHP_EOL;
215
215
}
216
216
?>
217
217
```
@@ -238,8 +238,8 @@ No authorization required
238
238
239
239
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
echo 'Exception when calling KeysApi->keysGetKeyRevisionHistory: ', $e->getMessage(), PHP_EOL;
261
+
echo 'Exception when calling KeysApi->getKeyRevisionHistory: ', $e->getMessage(), PHP_EOL;
262
262
}
263
263
?>
264
264
```
@@ -285,8 +285,8 @@ No authorization required
285
285
286
286
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
echo 'Exception when calling KeysApi->keysGetManifest: ', $e->getMessage(), PHP_EOL;
308
+
echo 'Exception when calling KeysApi->getManifest: ', $e->getMessage(), PHP_EOL;
309
309
}
310
310
?>
311
311
```
@@ -332,8 +332,8 @@ No authorization required
332
332
333
333
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
echo 'Exception when calling KeysApi->keysGetRevision: ', $e->getMessage(), PHP_EOL;
353
+
echo 'Exception when calling KeysApi->getRevision: ', $e->getMessage(), PHP_EOL;
354
354
}
355
355
?>
356
356
```
@@ -373,8 +373,8 @@ No authorization required
373
373
374
374
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
0 commit comments