We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd7a935 + 2c70a8e commit a89ede6Copy full SHA for a89ede6
doc/currentuser/publickeys.md
@@ -19,7 +19,7 @@ $key = $client->user()->keys()->show(1234);
19
20
### Add a public key to the authenticated user.
21
22
-> Requires [authentication](security.md).
+> Requires [authentication](../security.md).
23
24
```php
25
$key = $client->user()->keys()->create(array('title' => 'key title', 'key' => 12345));
@@ -29,7 +29,7 @@ Adds a key with title 'key title' to the authenticated user and returns a the cr
29
30
### Remove a public key from the authenticated user.
31
32
33
34
35
$client->user()->keys()->remove(12345);
0 commit comments