Skip to content

Commit b359742

Browse files
authored
fix: add /docs prefix to openapi links since they aren't rewritten (#990)
1 parent dd9c458 commit b359742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discovery-openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@
592592
"bearerAuth": {
593593
"type": "http",
594594
"scheme": "bearer",
595-
"description": "The Authorization header expects a Bearer token. See the [Assistant API Key documentation](/api-reference/introduction#assistant-api-key) for details on how to get your API key."
595+
"description": "The Authorization header expects a Bearer token. See the [Assistant API Key documentation](/docs/api-reference/introduction#assistant-api-key) for details on how to get your API key."
596596
}
597597
}
598598
}

0 commit comments

Comments
 (0)