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
|`dashboard_path`| string | no | URL-encoded path to file defining the dashboard which should no longer be marked as favorite. When not supplied, all dashboards within given projects are removed from favorites. |
curl --request POST --header "Gitlab-Shared-Secret: <Base64 encoded token>" --data "key_id=11&project=gnuwget/wget2""http://localhost:3001/api/v4/internal/lfs_authenticate"
112
112
```
113
113
114
114
```json
@@ -141,7 +141,7 @@ GET /internal/authorized_keys
141
141
Example request:
142
142
143
143
```shell
144
-
curl --request GET --header "Gitlab-Shared-Secret: <Base64 encoded secret>""http://localhost:3001/api/v4/internal/authorized_keys?key=<key as passed by OpenSSH>"
144
+
curl --request GET --header "Gitlab-Shared-Secret: <Base64 encoded secret>""http://localhost:3001/api/v4/internal/authorized_keys?key=<key as passed by OpenSSH>"
145
145
```
146
146
147
147
Example response:
@@ -242,7 +242,7 @@ GET /internal/two_factor_recovery_codes
0 commit comments