Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Commit 0b33d09

Browse files
author
Kevin Richter
committed
Fix client id
1 parent 3d7651d commit 0b33d09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/v1/api/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
layout: "StandaloneLayout"
5050
});
5151

52-
ui.initOAuth({ clientId: 1 });
52+
ui.initOAuth({ clientId: 18 });
5353

5454
window.ui = ui;
5555
}

source/v1/index.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ To register an OAuth Client or Personal Access Token, please [log into the API](
105105

106106
Have a look at our [OpenAPI spec](/v1/api), the spec contains all the endpoints, info about how resources look and what each endpoint requires you to submit.
107107

108-
To Log in and try it out hit the "Try out" button and use `client_id` **2**.
108+
To Log in and try it out hit the "Try out" button.
109109

110110
## Return Data
111111

0 commit comments

Comments
 (0)