Skip to content

Commit 725d456

Browse files
committed
fix auth token filter
1 parent 67ba7b0 commit 725d456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_static/js/getSwaggerJson.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ const apiSchemasAuth = [
187187
const apiPathAuth = [
188188
"/api/v1/jobs",
189189
"/api/v1/jobs/{job_id}",
190-
"/api/v1/login/user-access-token",
190+
"/api/v1/login/access-token",
191191
];
192192
const apiTagsAuth = [
193193
{

0 commit comments

Comments
 (0)